add function call parser for DeepSeek V3 (#5224)
This commit is contained in:
@@ -1087,7 +1087,7 @@ class ServerArgs:
|
||||
parser.add_argument(
|
||||
"--tool-call-parser",
|
||||
type=str,
|
||||
choices=["qwen25", "mistral", "llama3"],
|
||||
choices=["qwen25", "mistral", "llama3", "deepseekv3"],
|
||||
default=ServerArgs.tool_call_parser,
|
||||
help="Specify the parser for handling tool-call interactions. Options include: 'qwen25', 'mistral', and 'llama3'.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user