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

XFEstudio/gpt4free

Update and rename g4f/Provider/VoiGpt.py to g4f/Provider/deprecated/VoiGpt.py

629574b3
GEOEGII555 <57674559+GEOEGII555@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Renamed g4f/Provider/deprecated/VoiGpt.py +1 -1
@@ -26,7 +26,7 @@ class VoiGpt(BaseProvider):
26 26 A CreateResult object
27 27 """
28 28 url = "https://voigpt.com"
29 working = True
29 working = False
30 30 supports_gpt_35_turbo = True
31 31 supports_message_history = True
32 32 supports_stream = False