From f95570a52d8e8b1e73f2d8bb333d4f3bd1ce40e1 Mon Sep 17 00:00:00 2001 From: qscqesze Date: Wed, 9 Jul 2025 15:37:07 +0800 Subject: [PATCH] [Docs] fix minimax tool_calling docs error (#20667) Signed-off-by: qingjun --- docs/features/tool_calling.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features/tool_calling.md b/docs/features/tool_calling.md index 13a8386a29719..c68b3aef58286 100644 --- a/docs/features/tool_calling.md +++ b/docs/features/tool_calling.md @@ -268,10 +268,10 @@ Flags: `--tool-call-parser hermes` Supported models: -* `MiniMaxAi/MiniMax-M1-40k` (use with ) -* `MiniMaxAi/MiniMax-M1-80k` (use with ) +* `MiniMaxAi/MiniMax-M1-40k` (use with ) +* `MiniMaxAi/MiniMax-M1-80k` (use with ) -Flags: `--tool-call-parser minimax --chat-template examples/tool_chat_template_minimax.jinja` +Flags: `--tool-call-parser minimax --chat-template examples/tool_chat_template_minimax_m1.jinja` ### DeepSeek-V3 Models (`deepseek_v3`)