mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-23 19:11:48 +03:00
commit
4a8aafdfce
@ -52,4 +52,5 @@ class Aura(AsyncGeneratorProvider):
|
||||
"temperature": 0.5
|
||||
}
|
||||
async with session.post(f"{cls.url}/api/chat", json=data, proxy=proxy) as response:
|
||||
return response.content.iter_any()
|
||||
async for chunk in response.content.iter_any():
|
||||
yield chunk.decode()
|
Loading…
Reference in New Issue
Block a user