You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`tencent/Hunyuan-A13B-Instruct` (chat template already included huggingface model file.)
290
+
291
+
Flags:
292
+
* For non-reasoning: `--tool-call-parser hunyuan_a13b`
293
+
* For reasoning: `--tool-call-parser hunyuan_a13b --reasoning-parser hunyuan_a13b --enable_reasoning`
294
+
285
295
### Models with Pythonic Tool Calls (`pythonic`)
286
296
287
297
A growing number of models output a python list to represent tool calls instead of using JSON. This has the advantage of inherently supporting parallel tool calls and removing ambiguity around the JSON schema required for tool calls. The `pythonic` tool parser can support such models.
0 commit comments