From d7573a003934f1bc569ccb08602ab8203361669d Mon Sep 17 00:00:00 2001 From: kqlio67 Date: Sat, 19 Oct 2024 13:21:19 +0300 Subject: Remove providers in the providers , --- g4f/Provider/Bing.py | 1 - 1 file changed, 1 deletion(-) (limited to 'g4f/Provider/Bing.py') diff --git a/g4f/Provider/Bing.py b/g4f/Provider/Bing.py index 4056f9ff..f04b1a54 100644 --- a/g4f/Provider/Bing.py +++ b/g4f/Provider/Bing.py @@ -37,7 +37,6 @@ class Bing(AsyncGeneratorProvider, ProviderModelMixin): url = "https://bing.com/chat" working = True supports_message_history = True - supports_gpt_4 = True default_model = "Balanced" default_vision_model = "gpt-4-vision" models = [getattr(Tones, key) for key in Tones.__dict__ if not key.startswith("__")] -- cgit v1.2.3