Removed auto enable for QwQ
This commit is contained in:
@@ -188,7 +188,7 @@ class Config:
|
||||
parser.add_argument(
|
||||
'--qwq-enable',
|
||||
action='store_true',
|
||||
default=self._parse_bool_env('SIA_QWQ_ENABLED', True),
|
||||
default=self._parse_bool_env('SIA_QWQ_ENABLED', False),
|
||||
help='Enable QwQ LLM engine (env: SIA_QWQ_ENABLED)'
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user