From 2f64bc99efed1c7ea44e116ab7db12d5f75412a1 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Mon, 13 Nov 2023 18:58:52 +0100 Subject: Fix Chatgpt4Online Provider --- g4f/Provider/Aichat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'g4f/Provider/Aichat.py') diff --git a/g4f/Provider/Aichat.py b/g4f/Provider/Aichat.py index 77ae4429..41ea9a96 100644 --- a/g4f/Provider/Aichat.py +++ b/g4f/Provider/Aichat.py @@ -8,8 +8,8 @@ from .helper import get_cookies from ..requests import StreamSession class Aichat(AsyncProvider): - url = "https://chat-gpt.org/chat" - working = True + url = "https://chat-gpt.org/chat" + working = False supports_gpt_35_turbo = True @staticmethod -- cgit v1.2.3