From ff82173f2a0ee434a8eb2eb09eb17c0112aef258 Mon Sep 17 00:00:00 2001 From: Geens Date: Sun, 13 Apr 2025 09:56:01 +0200 Subject: [PATCH] Removed auto enable for QwQ --- sia/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sia/config.py b/sia/config.py index 4c96187..011087b 100644 --- a/sia/config.py +++ b/sia/config.py @@ -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(