From 79cf039a888eef117ef514a9ad30a6cb4dbf81b9 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Fri, 27 Oct 2023 22:59:14 +0200 Subject: Update config supports_message_history --- g4f/Provider/ChatBase.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'g4f/Provider/ChatBase.py') diff --git a/g4f/Provider/ChatBase.py b/g4f/Provider/ChatBase.py index ada51fed..ba3d4ea5 100644 --- a/g4f/Provider/ChatBase.py +++ b/g4f/Provider/ChatBase.py @@ -7,12 +7,11 @@ from .base_provider import AsyncGeneratorProvider class ChatBase(AsyncGeneratorProvider): - url = "https://www.chatbase.co" + url = "https://www.chatbase.co" supports_gpt_35_turbo = True supports_message_history = True - working = True - list_incorrect_responses = ["support@chatbase", - "about Chatbase"] + working = True + list_incorrect_responses = ["support@chatbase", "about Chatbase"] @classmethod async def create_async_generator( -- cgit v1.2.3