Update ChatgptFree.py

pull/1802/head
H Lohaus 2 months ago committed by GitHub
parent a0e826fcff
commit 68089ff0a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,11 +42,11 @@ class ChatgptFree(AsyncProvider):
async with StreamSession(
headers=headers,
cookies=cookies,
impersonate="chrome107",
proxies={"https": proxy},
impersonate="chrome",
proxies={"all": proxy},
timeout=timeout
) as session:
if not cls._nonce:
async with session.get(f"{cls.url}/") as response:

Loading…
Cancel
Save