jack 1 month ago
parent
commit
639f1f1755
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/core/runner/llm_backend.py

+ 2 - 2
app/core/runner/llm_backend.py

@@ -57,8 +57,8 @@ class LLMBackend:
                     chat_params["stream_options"] = {
                     chat_params["stream_options"] = {
                         "include_usage": bool(stream_options["include_usage"])
                         "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:
         if audio:
             chat_params["audio"] = audio
             chat_params["audio"] = audio
         if modalities:
         if modalities: