XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update __init__.py

a2338183
Mishal <91066601+mishalhossin@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified gpt4free/theb/__init__.py +1 -1
@@ -65,4 +65,4 @@ class Completion:
65 65
66 66 @staticmethod
67 67 def handle_stream_response(response):
68 Completion.message_queue.put(response.decode())
68 Completion.message_queue.put(response.decode(errors='replace'))