All nexra providers are temporarily disabled

This commit is contained in:
kqlio67 2024-10-20 16:42:10 +03:00
parent cd5e248bfc
commit 7a13dad5d8
13 changed files with 12 additions and 19 deletions

View File

@ -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)'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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'

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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]

View File

@ -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'

View File

@ -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'