Unverified Commit afd74213 authored by Michael Poluektov's avatar Michael Poluektov Committed by GitHub
Browse files

Update main.py

parent e4c85921
...@@ -311,6 +311,7 @@ async def get_function_call_response( ...@@ -311,6 +311,7 @@ async def get_function_call_response(
{"role": "user", "content": f"Query: {prompt}"}, {"role": "user", "content": f"Query: {prompt}"},
], ],
"stream": False, "stream": False,
"function": True,
} }
try: try:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment