返回提交历史
Modified
g4f/Provider/AI365VIP.py
+1
-1
XFEstudio/gpt4free
Disconnecting a provider due to a problem with CloudFare
498ab6d5
代码差异
1 个文件
+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',