[Frontend] Pythonic tool parser (#9859)
Signed-off-by: Mike Depinet <mike@fixie.ai>
This commit is contained in:
@@ -122,7 +122,17 @@ CONFIGS: Dict[str, ServerConfig] = {
|
||||
],
|
||||
"supports_parallel":
|
||||
False,
|
||||
}
|
||||
},
|
||||
"toolACE": {
|
||||
"model":
|
||||
"Team-ACE/ToolACE-8B",
|
||||
"arguments": [
|
||||
"--tool-call-parser", "pythonic", "--chat-template",
|
||||
str(VLLM_PATH / "examples/tool_chat_template_toolace.jinja")
|
||||
],
|
||||
"supports_parallel":
|
||||
True,
|
||||
},
|
||||
}
|
||||
|
||||
WEATHER_TOOL: ChatCompletionToolParam = {
|
||||
|
||||
Reference in New Issue
Block a user