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

XFEstudio/gpt4free

Update Liaobots.py

fcc6c16a
Commenter123321 <36051603+Commenter123321@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/Liaobots.py +1 -1
@@ -73,7 +73,7 @@ models = {
73 73
74 74 class Liaobots(AsyncGeneratorProvider, ProviderModelMixin):
75 75 url = "https://liaobots.site"
76 working = True
76 working = False
77 77 supports_message_history = True
78 78 supports_gpt_35_turbo = True
79 79 supports_gpt_4 = True