app/service/v2/app_driver/chat_dialog.py @@ -17,4 +17,5 @@ async def chat_completions(self): async for rag_response in self.http_stream(token, chat_id, chat_history): ... yield rag_response