Skip to content

Commit f95570a

Browse files
authored
[Docs] fix minimax tool_calling docs error (#20667)
Signed-off-by: qingjun <qingjun@minimaxi.com>
1 parent b6e7e3d commit f95570a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/features/tool_calling.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ Flags: `--tool-call-parser hermes`
268268

269269
Supported models:
270270

271-
* `MiniMaxAi/MiniMax-M1-40k` (use with <gh-file:examples/tool_chat_template_minimax.jinja>)
272-
* `MiniMaxAi/MiniMax-M1-80k` (use with <gh-file:examples/tool_chat_template_minimax.jinja>)
271+
* `MiniMaxAi/MiniMax-M1-40k` (use with <gh-file:examples/tool_chat_template_minimax_m1.jinja>)
272+
* `MiniMaxAi/MiniMax-M1-80k` (use with <gh-file:examples/tool_chat_template_minimax_m1.jinja>)
273273

274-
Flags: `--tool-call-parser minimax --chat-template examples/tool_chat_template_minimax.jinja`
274+
Flags: `--tool-call-parser minimax --chat-template examples/tool_chat_template_minimax_m1.jinja`
275275

276276
### DeepSeek-V3 Models (`deepseek_v3`)
277277

0 commit comments

Comments
 (0)