mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-10 19:11:01 +00:00
Update OpenaiChat.py
This commit is contained in:
parent
5c75972c50
commit
2054acce0a
@ -434,7 +434,7 @@ class OpenaiChat(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
action = "continue"
|
||||
await asyncio.sleep(5)
|
||||
if history_disabled and auto_continue:
|
||||
await cls.delete_conversation(session, headers, conversation_id)
|
||||
await cls.delete_conversation(session, auth_headers, conversation_id)
|
||||
|
||||
@classmethod
|
||||
def browse_access_token(cls, proxy: str = None, timeout: int = 1200) -> tuple[str, dict]:
|
||||
|
Loading…
Reference in New Issue
Block a user