Osaurus-AI commited on
Commit
961002f
·
verified ·
1 Parent(s): 40a04f8

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

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -79,9 +79,9 @@
79
  "tool_parser": "zaya_xml",
80
  "think_in_template": false,
81
  "supports_tools": true,
82
- "supports_thinking": false,
83
  "family": "zaya1_vl",
84
  "modality": "vision",
85
  "cache_type": "hybrid"
86
  }
87
- }
 
79
  "tool_parser": "zaya_xml",
80
  "think_in_template": false,
81
  "supports_tools": true,
82
+ "supports_thinking": true,
83
  "family": "zaya1_vl",
84
  "modality": "vision",
85
  "cache_type": "hybrid"
86
  }
87
+ }