diff options
Diffstat (limited to 'g4f/Provider/ChatBase.py')
-rw-r--r-- | g4f/Provider/ChatBase.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g4f/Provider/ChatBase.py b/g4f/Provider/ChatBase.py index 7a2e2ff8..ada51fed 100644 --- a/g4f/Provider/ChatBase.py +++ b/g4f/Provider/ChatBase.py @@ -9,6 +9,7 @@ from .base_provider import AsyncGeneratorProvider class ChatBase(AsyncGeneratorProvider): url = "https://www.chatbase.co" supports_gpt_35_turbo = True + supports_message_history = True working = True list_incorrect_responses = ["support@chatbase", "about Chatbase"] |