Skip to content

Commit 9c93636

Browse files
authored
Update tool_calling.md (#11701)
1 parent e5d7ed0 commit 9c93636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/usage/tool_calling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Start the server with tool calling enabled. This example uses Meta's Llama 3.1 8
1010
vllm serve meta-llama/Llama-3.1-8B-Instruct \
1111
--enable-auto-tool-choice \
1212
--tool-call-parser llama3_json \
13-
--chat-template examples/tool_chat_template_llama3_json.jinja
13+
--chat-template examples/tool_chat_template_llama3.1_json.jinja
1414
```
1515

1616
Next, make a request to the model that should result in it using the available tools:

0 commit comments

Comments
 (0)