app/service/v2/app_driver/chat_dialog.py
@@ -15,7 +15,8 @@ } async def chat_completions(self): async for rag_response in self.http_stream(token, chat_id, chat_history): async def chat_completions(self, url, data, headers): async for rag_response in self.http_stream(url, data, headers): yield rag_response