summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/nexra/NexraChatGptV2.py
diff options
context:
space:
mode:
authorkqlio67 <kqlio67@users.noreply.github.com>2024-10-20 15:42:10 +0200
committerkqlio67 <kqlio67@users.noreply.github.com>2024-10-20 15:42:10 +0200
commit7a13dad5d88d034e60e7da37513a1d8b74029cde (patch)
treebe89907503d07c1288abf36a7c08afd8b7b15c3a /g4f/Provider/nexra/NexraChatGptV2.py
parentRestoring an old file (.github/workflows/copilot.yml) (diff)
downloadgpt4free-7a13dad5d88d034e60e7da37513a1d8b74029cde.tar
gpt4free-7a13dad5d88d034e60e7da37513a1d8b74029cde.tar.gz
gpt4free-7a13dad5d88d034e60e7da37513a1d8b74029cde.tar.bz2
gpt4free-7a13dad5d88d034e60e7da37513a1d8b74029cde.tar.lz
gpt4free-7a13dad5d88d034e60e7da37513a1d8b74029cde.tar.xz
gpt4free-7a13dad5d88d034e60e7da37513a1d8b74029cde.tar.zst
gpt4free-7a13dad5d88d034e60e7da37513a1d8b74029cde.zip
Diffstat (limited to 'g4f/Provider/nexra/NexraChatGptV2.py')
-rw-r--r--g4f/Provider/nexra/NexraChatGptV2.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/g4f/Provider/nexra/NexraChatGptV2.py b/g4f/Provider/nexra/NexraChatGptV2.py
index c0faf93a..dcfbc910 100644
--- a/g4f/Provider/nexra/NexraChatGptV2.py
+++ b/g4f/Provider/nexra/NexraChatGptV2.py
@@ -12,8 +12,7 @@ class NexraChatGptV2(AsyncGeneratorProvider, ProviderModelMixin):
label = "Nexra ChatGPT v2"
url = "https://nexra.aryahcr.cc/documentation/chatgpt/en"
api_endpoint = "https://nexra.aryahcr.cc/api/chat/complements"
- working = True
- supports_gpt_4 = True
+ working = False
supports_stream = True
default_model = 'chatgpt'