From 2fe43166cc4ab4d05261c3fe9690a49284c90570 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Mon, 18 Nov 2024 18:23:16 +0100 Subject: Update unittests --- g4f/Provider/Copilot.py | 1 + 1 file changed, 1 insertion(+) (limited to 'g4f/Provider') diff --git a/g4f/Provider/Copilot.py b/g4f/Provider/Copilot.py index 0d8b612b..f10202bf 100644 --- a/g4f/Provider/Copilot.py +++ b/g4f/Provider/Copilot.py @@ -64,6 +64,7 @@ class Copilot(AbstractProvider): websocket_url = cls.websocket_url access_token = None + headers = None cookies = conversation.cookie_jar if conversation is not None else None if cls.needs_auth: if conversation is None or conversation.access_token is None: -- cgit v1.2.3