mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-24 01:36:37 +03:00
Update Yqcloud.py
# specify the correct encoding forcibly
This commit is contained in:
parent
5de30dd097
commit
7f753c32b9
@ -22,6 +22,7 @@ class Yqcloud(BaseProvider):
|
||||
url = "https://api.aichatos.cloud/api/generateStream"
|
||||
response = requests.post(url=url, headers=headers, json=payload)
|
||||
response.raise_for_status()
|
||||
response.encoding = 'utf-8'
|
||||
yield response.text
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user