Update Aivvm.py

pull/1033/head
Commenter123321 9 months ago committed by GitHub
parent 6135f4ac08
commit 417ce27422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
@ -73,4 +73,4 @@ class Aivvm(AsyncGeneratorProvider):
('temperature', 'float'),
]
param = ', '.join([': '.join(p) for p in params])
return f'g4f.provider.{cls.__name__} supports: ({param})'
return f'g4f.provider.{cls.__name__} supports: ({param})'

Loading…
Cancel
Save