返回提交历史
Modified
g4f/Provider/needs_auth/OpenaiChat.py
+1
-1
XFEstudio/gpt4free
Update OpenaiChat.py
f7f4018d
代码差异
1 个文件
+1
-1
@@ -434,7 +434,7 @@ class OpenaiChat(AsyncGeneratorProvider, ProviderModelMixin):
434
434
action = "continue"
435
435
await asyncio.sleep(5)
436
436
if history_disabled and auto_continue:
437
await cls.delete_conversation(session, cls._headers, conversation_id)
437
await cls.delete_conversation(session, cls._headers, fields.conversation_id)
438
438
439
439
@staticmethod
440
440
async def iter_messages_ws(ws: ClientWebSocketResponse) -> AsyncIterator: