Merge pull request #1 from MaxKUlish1/fix-encode-Yqcloud

Update Yqcloud.py
pull/820/head
MaxKUlish1 11 months ago committed by GitHub
commit 030b3e3781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save