返回提交历史
Modified
g4f/Provider/needs_auth/OpenaiChat.py
+1
-1
XFEstudio/gpt4free
Update OpenaiChat.py
2054acce
代码差异
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, headers, conversation_id)
437
await cls.delete_conversation(session, auth_headers, conversation_id)
438
438
439
439
@classmethod
440
440
def browse_access_token(cls, proxy: str = None, timeout: int = 1200) -> tuple[str, dict]: