mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Fix missing cookies in Copilot
This commit is contained in:
parent
dc98d0cb37
commit
c50f2f47ff
2 changed files with 1 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ class Copilot(AsyncAuthedProvider, ProviderModelMixin):
|
|||
conversation_url = f"{url}/c/api/conversations"
|
||||
|
||||
_access_token: str = None
|
||||
_cookies: dict = None
|
||||
_cookies: dict = {}
|
||||
|
||||
@classmethod
|
||||
async def on_auth_async(cls, **kwargs) -> AsyncIterator:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue