mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-06 02:30:41 -08:00
Update You.py
This commit is contained in:
parent
536e85936e
commit
b29b541f9f
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class You(AsyncGeneratorProvider, ProviderModelMixin):
|
|||
chat_mode = "custom"
|
||||
model = cls.get_model(model)
|
||||
async with StreamSession(
|
||||
proxy=proxy,
|
||||
proxies={"all": proxy},
|
||||
impersonate="chrome"
|
||||
) as session:
|
||||
cookies = await cls.get_cookies(session) if chat_mode != "default" else None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue