Osaurus-AI commited on
Commit
b837eea
·
verified ·
1 Parent(s): e58d7f7

fix(zaya): think_in_template=False (qwen3 parser routing fix)

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -77,7 +77,7 @@
77
  "capabilities": {
78
  "reasoning_parser": "qwen3",
79
  "tool_parser": "zaya_xml",
80
- "think_in_template": true,
81
  "supports_tools": true,
82
  "supports_thinking": false,
83
  "family": "zaya1_vl",
 
77
  "capabilities": {
78
  "reasoning_parser": "qwen3",
79
  "tool_parser": "zaya_xml",
80
+ "think_in_template": false,
81
  "supports_tools": true,
82
  "supports_thinking": false,
83
  "family": "zaya1_vl",