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

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

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