-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I have found an issue in the tool calling documentation in the section launching the server, llama4
is not a correct tool call parser. If you try to execute the server with this parameter you would get this error:
launch_server.py: error: argument --tool-call-parser: invalid choice: 'llama4' (choose from 'qwen25', 'mistral', 'llama3', 'deepseekv3', 'pythonic')
Even later in the same page you can find the correct tool call parser parameter: pythonic
.
I have sent a pull request to fix it: mizadri:patch-1.
Metadata
Metadata
Assignees
Labels
No labels