From 4a3b663ccd44735d77c372b5f629a728f0b90591 Mon Sep 17 00:00:00 2001 From: abc <98614666+xtekky@users.noreply.github.com> Date: Mon, 16 Oct 2023 00:47:10 +0100 Subject: ~ | remove non-working providers --- g4f/Provider/ChatgptDuo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'g4f/Provider/ChatgptDuo.py') diff --git a/g4f/Provider/ChatgptDuo.py b/g4f/Provider/ChatgptDuo.py index 039efc84..fef3f856 100644 --- a/g4f/Provider/ChatgptDuo.py +++ b/g4f/Provider/ChatgptDuo.py @@ -8,7 +8,7 @@ from .base_provider import AsyncProvider, format_prompt class ChatgptDuo(AsyncProvider): url = "https://chatgptduo.com" supports_gpt_35_turbo = True - working = True + working = False @classmethod async def create_async( -- cgit v1.2.3