app/service/v2/chat.py
@@ -486,7 +486,7 @@ async for ans in chat.chat_completions(url, await chat.complex_request_data(chat_request.query, conversation_id, str(user_id), files=chat_request.files, inputs=inputs), await chat.get_headers(token)): # print(ans) print(ans) data = {} status = http_200 conversation_id = ans.get("conversation_id")