diff --git a/common/model.py b/common/model.py index dc65ed7..f4982ea 100644 --- a/common/model.py +++ b/common/model.py @@ -13,7 +13,7 @@ from common import config from common.logger import get_loading_progress_bar from common.utils import unwrap -if not os.getenv("EXPORT_OPENAPI", "").lower() in ("true", "1"): +if os.getenv("EXPORT_OPENAPI", "").lower() not in ("true", "1"): from backends.exllamav2.model import ExllamaV2Container # Global model container