mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-11-26 09:57:24 +03:00
Update Vercel.py
This commit is contained in:
parent
802cf1ce21
commit
1baca306c4
@ -64,7 +64,7 @@ class Vercel(AbstractProvider):
|
||||
continue
|
||||
for token in response.iter_content(chunk_size=None):
|
||||
try:
|
||||
yield token.decode()
|
||||
yield token.decode(errors="ignore")
|
||||
except UnicodeDecodeError:
|
||||
pass
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user