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/FlowGpt.py | 1 - 1 file changed, 1 deletion(-) (limited to 'g4f/Provider/FlowGpt.py') diff --git a/g4f/Provider/FlowGpt.py b/g4f/Provider/FlowGpt.py index d510eabe..1a45997b 100644 --- a/g4f/Provider/FlowGpt.py +++ b/g4f/Provider/FlowGpt.py @@ -13,7 +13,6 @@ from ..requests.raise_for_status import raise_for_status class FlowGpt(AsyncGeneratorProvider, ProviderModelMixin): url = "https://flowgpt.com/chat" working = False - supports_gpt_35_turbo = True supports_message_history = True supports_system_message = True default_model = "gpt-3.5-turbo" -- cgit v1.2.3