diff options
Diffstat (limited to 'g4f/Provider/nexra/NexraChatGptWeb.py')
-rw-r--r-- | g4f/Provider/nexra/NexraChatGptWeb.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/g4f/Provider/nexra/NexraChatGptWeb.py b/g4f/Provider/nexra/NexraChatGptWeb.py index d14a2162..6c4e3b06 100644 --- a/g4f/Provider/nexra/NexraChatGptWeb.py +++ b/g4f/Provider/nexra/NexraChatGptWeb.py @@ -12,9 +12,7 @@ class NexraChatGptWeb(AsyncGeneratorProvider, ProviderModelMixin): label = "Nexra ChatGPT Web" url = "https://nexra.aryahcr.cc/documentation/chatgpt/en" api_endpoint = "https://nexra.aryahcr.cc/api/chat/{}" - working = True - supports_gpt_35_turbo = True - supports_gpt_4 = True + working = False supports_stream = True default_model = 'gptweb' |