diff --git a/core/api.py b/core/api.py index dd499845..7eb1b452 100644 --- a/core/api.py +++ b/core/api.py @@ -82,6 +82,7 @@ async def run_thread(thread_id: str, request: RunThreadRequest): additional_system_message=request.additional_system_message, top_p=request.top_p, tool_choice=request.tool_choice, + stream=request.stream, response_format=request.response_format) return {"status": "success", "response": response} diff --git a/main.db b/main.db index 711ac612..8af54cdd 100644 Binary files a/main.db and b/main.db differ