fix(zaya): think_in_template=False (qwen3 parser routing fix)
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -56,11 +56,11 @@
|
|
| 56 |
"capabilities": {
|
| 57 |
"reasoning_parser": "qwen3",
|
| 58 |
"tool_parser": "zaya_xml",
|
| 59 |
-
"think_in_template":
|
| 60 |
"supports_tools": true,
|
| 61 |
"supports_thinking": false,
|
| 62 |
"family": "zaya",
|
| 63 |
"modality": "text",
|
| 64 |
"cache_type": "hybrid"
|
| 65 |
}
|
| 66 |
-
}
|
|
|
|
| 56 |
"capabilities": {
|
| 57 |
"reasoning_parser": "qwen3",
|
| 58 |
"tool_parser": "zaya_xml",
|
| 59 |
+
"think_in_template": false,
|
| 60 |
"supports_tools": true,
|
| 61 |
"supports_thinking": false,
|
| 62 |
"family": "zaya",
|
| 63 |
"modality": "text",
|
| 64 |
"cache_type": "hybrid"
|
| 65 |
}
|
| 66 |
+
}
|