fix(zaya): think_in_template=False (qwen3 parser routing fix)
Browse files- jang_config.json +2 -2
jang_config.json
CHANGED
|
@@ -18,11 +18,11 @@
|
|
| 18 |
"capabilities": {
|
| 19 |
"reasoning_parser": "qwen3",
|
| 20 |
"tool_parser": "zaya_xml",
|
| 21 |
-
"think_in_template":
|
| 22 |
"supports_tools": true,
|
| 23 |
"supports_thinking": false,
|
| 24 |
"family": "zaya",
|
| 25 |
"modality": "text",
|
| 26 |
"cache_type": "hybrid"
|
| 27 |
}
|
| 28 |
-
}
|
|
|
|
| 18 |
"capabilities": {
|
| 19 |
"reasoning_parser": "qwen3",
|
| 20 |
"tool_parser": "zaya_xml",
|
| 21 |
+
"think_in_template": false,
|
| 22 |
"supports_tools": true,
|
| 23 |
"supports_thinking": false,
|
| 24 |
"family": "zaya",
|
| 25 |
"modality": "text",
|
| 26 |
"cache_type": "hybrid"
|
| 27 |
}
|
| 28 |
+
}
|