Osaurus-AI commited on
Commit
578001b
·
verified ·
1 Parent(s): ce0df96

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

Browse files
Files changed (1) hide show
  1. 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": true,
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
+ }