mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update unittests
This commit is contained in:
parent
8bc456f3b6
commit
2fe43166cc
5 changed files with 20 additions and 29 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue