diff options
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/nexra/NexraLLaMA31.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/nexra/NexraLLaMA31.py b/g4f/Provider/nexra/NexraLLaMA31.py index d461f2b2..53c30720 100644 --- a/g4f/Provider/nexra/NexraLLaMA31.py +++ b/g4f/Provider/nexra/NexraLLaMA31.py @@ -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' |