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

XFEstudio/gpt4free

Disconnecting a provider due to a problem with CloudFare

498ab6d5
kqlio67 <kqlio67@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/Provider/AI365VIP.py +1 -1
@@ -10,7 +10,7 @@ from .helper import format_prompt
10 10 class AI365VIP(AsyncGeneratorProvider, ProviderModelMixin):
11 11 url = "https://chat.ai365vip.com"
12 12 api_endpoint = "/api/chat"
13 working = True
13 working = False
14 14 default_model = 'gpt-3.5-turbo'
15 15 models = [
16 16 'gpt-3.5-turbo',