diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2024-10-30 09:54:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 09:54:54 +0100 |
commit | 1c8061af5550a150b1319d04275771698b226cec (patch) | |
tree | 489d5d84e812bd9ba3e2c88c2322b45f016c766d /g4f/Provider/AI365VIP.py | |
parent | re-include`AsyncClient` for backwards compatibility, with deprecationwarning. Use `Client` instead (diff) | |
parent | Update (docs/async_client.md docs/client.md docs/interference-api.md g4f/client/client.py) (diff) | |
download | gpt4free-1c8061af5550a150b1319d04275771698b226cec.tar gpt4free-1c8061af5550a150b1319d04275771698b226cec.tar.gz gpt4free-1c8061af5550a150b1319d04275771698b226cec.tar.bz2 gpt4free-1c8061af5550a150b1319d04275771698b226cec.tar.lz gpt4free-1c8061af5550a150b1319d04275771698b226cec.tar.xz gpt4free-1c8061af5550a150b1319d04275771698b226cec.tar.zst gpt4free-1c8061af5550a150b1319d04275771698b226cec.zip |
Diffstat (limited to 'g4f/Provider/AI365VIP.py')
-rw-r--r-- | g4f/Provider/AI365VIP.py | 2 |
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', |