From afd74213cc3af8e9fe90ee7faa6c90853988184e Mon Sep 17 00:00:00 2001 From: Michael Poluektov <78477503+michaelpoluektov@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:20:50 +0100 Subject: [PATCH] Update main.py --- backend/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/main.py b/backend/main.py index 0e3986f21..70aa52bba 100644 --- a/backend/main.py +++ b/backend/main.py @@ -311,6 +311,7 @@ async def get_function_call_response( {"role": "user", "content": f"Query: {prompt}"}, ], "stream": False, + "function": True, } try: