From 3119b8e37e73c958157ce8277bd7801202ab6962 Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Sat, 12 Oct 2024 21:34:04 +0300 Subject: chore: temporarily disable some new providers --- g4f/Provider/nexra/NexraBing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g4f/Provider/nexra/NexraBing.py') diff --git a/g4f/Provider/nexra/NexraBing.py b/g4f/Provider/nexra/NexraBing.py index 02f3724d..716e9254 100644 --- a/g4f/Provider/nexra/NexraBing.py +++ b/g4f/Provider/nexra/NexraBing.py @@ -13,7 +13,7 @@ class NexraBing(AsyncGeneratorProvider, ProviderModelMixin): label = "Nexra Bing" url = "https://nexra.aryahcr.cc/documentation/bing/en" api_endpoint = "https://nexra.aryahcr.cc/api/chat/complements" - working = True + working = False supports_gpt_4 = False supports_stream = False -- cgit v1.2.3