mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-26 04:33:35 +03:00
Update Aivvm.py
This commit is contained in:
parent
6135f4ac08
commit
417ce27422
@ -45,12 +45,12 @@ class Aivvm(AsyncGeneratorProvider):
|
||||
"temperature" : kwargs.get("temperature", 0.7)
|
||||
}
|
||||
headers = {
|
||||
"Accept": "*/*",
|
||||
"Accept": "text/event-stream",
|
||||
"Origin": cls.url,
|
||||
"Referer": f"{cls.url}/",
|
||||
}
|
||||
async with StreamSession(
|
||||
impersonate="chrome107",
|
||||
impersonate="chrome117",
|
||||
headers=headers,
|
||||
proxies={"https": proxy},
|
||||
timeout=timeout
|
||||
|
Loading…
Reference in New Issue
Block a user