From 13ffdcd61a5c5cabb1fe293e873a80af8328ea35 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sat, 14 Oct 2023 00:31:48 +0200 Subject: Fix Opchatgpts and ChatForAi Provider Deprecate Vitalentum and Aivvm Provider --- g4f/Provider/unfinished/ChatAiGpt.py | 1 - g4f/Provider/unfinished/TalkAi.py | 1 - 2 files changed, 2 deletions(-) (limited to 'g4f/Provider/unfinished') diff --git a/g4f/Provider/unfinished/ChatAiGpt.py b/g4f/Provider/unfinished/ChatAiGpt.py index 8ade40c2..c77afb48 100644 --- a/g4f/Provider/unfinished/ChatAiGpt.py +++ b/g4f/Provider/unfinished/ChatAiGpt.py @@ -11,7 +11,6 @@ from ..helper import format_prompt class ChatAiGpt(AsyncGeneratorProvider): url = "https://chataigpt.org" supports_gpt_35_turbo = True - working = True _nonce = None _post_id = None diff --git a/g4f/Provider/unfinished/TalkAi.py b/g4f/Provider/unfinished/TalkAi.py index a7f1dd84..b27d51c0 100644 --- a/g4f/Provider/unfinished/TalkAi.py +++ b/g4f/Provider/unfinished/TalkAi.py @@ -9,7 +9,6 @@ from ..base_provider import AsyncGeneratorProvider class TalkAi(AsyncGeneratorProvider): url = "https://talkai.info" supports_gpt_35_turbo = True - working = True @classmethod async def create_async_generator( -- cgit v1.2.3