Update main.py

This commit is contained in:
Michael Poluektov
2024-07-02 10:20:50 +01:00
committed by GitHub
parent e4c85921b2
commit afd74213cc

View File

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