Explorar el Código

Update main.py

Michael Poluektov hace 1 año
padre
commit
afd74213cc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      backend/main.py

+ 1 - 0
backend/main.py

@@ -311,6 +311,7 @@ async def get_function_call_response(
             {"role": "user", "content": f"Query: {prompt}"},
         ],
         "stream": False,
+        "function": True,
     }
 
     try: