|
@@ -57,8 +57,8 @@ class LLMBackend:
|
|
|
chat_params["stream_options"] = {
|
|
|
"include_usage": bool(stream_options["include_usage"])
|
|
|
}
|
|
|
- if parallel_tool_calls:
|
|
|
- chat_params["parallel_tool_calls"] = parallel_tool_calls
|
|
|
+ # if parallel_tool_calls:
|
|
|
+ chat_params["parallel_tool_calls"] = parallel_tool_calls
|
|
|
if audio:
|
|
|
chat_params["audio"] = audio
|
|
|
if modalities:
|