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