summaryrefslogtreecommitdiffstats
path: root/g4f
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-10-26 17:59:18 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-10-26 17:59:18 +0200
commit498ab6d5b8f52d1f2f480e7973635136af7f83f0 (patch)
treed6cfa793c5d76c4d8238ab76ab886447c4ad3f7e /g4f
parentdocs(readme): fix typo and update links (diff)
downloadgpt4free-498ab6d5b8f52d1f2f480e7973635136af7f83f0.tar
gpt4free-498ab6d5b8f52d1f2f480e7973635136af7f83f0.tar.gz
gpt4free-498ab6d5b8f52d1f2f480e7973635136af7f83f0.tar.bz2
gpt4free-498ab6d5b8f52d1f2f480e7973635136af7f83f0.tar.lz
gpt4free-498ab6d5b8f52d1f2f480e7973635136af7f83f0.tar.xz
gpt4free-498ab6d5b8f52d1f2f480e7973635136af7f83f0.tar.zst
gpt4free-498ab6d5b8f52d1f2f480e7973635136af7f83f0.zip
Diffstat (limited to 'g4f')
-rw-r--r--g4f/Provider/AI365VIP.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/AI365VIP.py b/g4f/Provider/AI365VIP.py
index c7ebf6b5..511ad568 100644
--- a/g4f/Provider/AI365VIP.py
+++ b/g4f/Provider/AI365VIP.py
@@ -10,7 +10,7 @@ from .helper import format_prompt
class AI365VIP(AsyncGeneratorProvider, ProviderModelMixin):
url = "https://chat.ai365vip.com"
api_endpoint = "/api/chat"
- working = True
+ working = False
default_model = 'gpt-3.5-turbo'
models = [
'gpt-3.5-turbo',