We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 536e859 commit b29b541Copy full SHA for b29b541
g4f/Provider/You.py
@@ -67,7 +67,7 @@ async def create_async_generator(
67
chat_mode = "custom"
68
model = cls.get_model(model)
69
async with StreamSession(
70
- proxy=proxy,
+ proxies={"all": proxy},
71
impersonate="chrome"
72
) as session:
73
cookies = await cls.get_cookies(session) if chat_mode != "default" else None
0 commit comments