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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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