mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-23 19:11:48 +03:00
All nexra providers are temporarily disabled
This commit is contained in:
parent
cd5e248bfc
commit
7a13dad5d8
@ -14,7 +14,6 @@ class NexraBing(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
url = "https://nexra.aryahcr.cc/documentation/bing/en"
|
||||
api_endpoint = "https://nexra.aryahcr.cc/api/chat/complements"
|
||||
working = False
|
||||
supports_gpt_4 = False
|
||||
supports_stream = False
|
||||
|
||||
default_model = 'Bing (Balanced)'
|
||||
|
@ -10,7 +10,7 @@ class NexraBlackbox(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
label = "Nexra Blackbox"
|
||||
url = "https://nexra.aryahcr.cc/documentation/blackbox/en"
|
||||
api_endpoint = "https://nexra.aryahcr.cc/api/chat/complements"
|
||||
working = True
|
||||
working = False
|
||||
supports_stream = True
|
||||
|
||||
default_model = 'blackbox'
|
||||
|
@ -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'
|
||||
|
@ -11,8 +11,7 @@ class NexraChatGPT4o(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
label = "Nexra ChatGPT4o"
|
||||
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 = False
|
||||
|
||||
default_model = 'gpt-4o'
|
||||
|
@ -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'
|
||||
|
@ -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'
|
||||
|
@ -12,7 +12,7 @@ class NexraDallE(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
label = "Nexra DALL-E"
|
||||
url = "https://nexra.aryahcr.cc/documentation/dall-e/en"
|
||||
api_endpoint = "https://nexra.aryahcr.cc/api/image/complements"
|
||||
working = True
|
||||
working = False
|
||||
|
||||
default_model = 'dalle'
|
||||
models = [default_model]
|
||||
|
@ -12,7 +12,7 @@ class NexraDallE2(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
label = "Nexra DALL-E 2"
|
||||
url = "https://nexra.aryahcr.cc/documentation/dall-e/en"
|
||||
api_endpoint = "https://nexra.aryahcr.cc/api/image/complements"
|
||||
working = True
|
||||
working = False
|
||||
|
||||
default_model = 'dalle2'
|
||||
models = [default_model]
|
||||
|
@ -12,7 +12,7 @@ class NexraDalleMini(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
label = "Nexra DALL-E Mini"
|
||||
url = "https://nexra.aryahcr.cc/documentation/dall-e/en"
|
||||
api_endpoint = "https://nexra.aryahcr.cc/api/image/complements"
|
||||
working = True
|
||||
working = False
|
||||
|
||||
default_model = 'dalle-mini'
|
||||
models = [default_model]
|
||||
|
@ -12,7 +12,7 @@ class NexraEmi(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
label = "Nexra Emi"
|
||||
url = "https://nexra.aryahcr.cc/documentation/emi/en"
|
||||
api_endpoint = "https://nexra.aryahcr.cc/api/image/complements"
|
||||
working = True
|
||||
working = False
|
||||
|
||||
default_model = 'emi'
|
||||
models = [default_model]
|
||||
|
@ -12,7 +12,7 @@ class NexraFluxPro(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
label = "Nexra Flux PRO"
|
||||
url = "https://nexra.aryahcr.cc/documentation/flux-pro/en"
|
||||
api_endpoint = "https://nexra.aryahcr.cc/api/image/complements"
|
||||
working = True
|
||||
working = False
|
||||
|
||||
default_model = 'flux'
|
||||
models = [default_model]
|
||||
|
@ -12,7 +12,7 @@ class NexraLLaMA31(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
label = "Nexra LLaMA 3.1"
|
||||
url = "https://nexra.aryahcr.cc/documentation/llama-3.1/en"
|
||||
api_endpoint = "https://nexra.aryahcr.cc/api/chat/complements"
|
||||
working = True
|
||||
working = False
|
||||
supports_stream = True
|
||||
|
||||
default_model = 'llama-3.1'
|
||||
|
@ -12,7 +12,7 @@ class NexraQwen(AsyncGeneratorProvider, ProviderModelMixin):
|
||||
label = "Nexra Qwen"
|
||||
url = "https://nexra.aryahcr.cc/documentation/qwen/en"
|
||||
api_endpoint = "https://nexra.aryahcr.cc/api/chat/complements"
|
||||
working = True
|
||||
working = False
|
||||
supports_stream = True
|
||||
|
||||
default_model = 'qwen'
|
||||
|
Loading…
Reference in New Issue
Block a user