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

fix(caps): supports_thinking=True — ZAYA reasons by default

Browse files
Files changed (1) hide show
  1. jang_config.json +2 -2
jang_config.json CHANGED
@@ -20,9 +20,9 @@
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
- }
 
20
  "tool_parser": "zaya_xml",
21
  "think_in_template": false,
22
  "supports_tools": true,
23
+ "supports_thinking": true,
24
  "family": "zaya",
25
  "modality": "text",
26
  "cache_type": "hybrid"
27
  }
28
+ }