From 2054acce0a71e501490f5c6488b1d0bdc74384d0 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Fri, 9 Feb 2024 15:02:03 +0100 Subject: Update OpenaiChat.py --- g4f/Provider/needs_auth/OpenaiChat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g4f/Provider/needs_auth/OpenaiChat.py b/g4f/Provider/needs_auth/OpenaiChat.py index c122da46..7c707b5e 100644 --- a/g4f/Provider/needs_auth/OpenaiChat.py +++ b/g4f/Provider/needs_auth/OpenaiChat.py @@ -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]: -- cgit v1.2.3