diff options
Diffstat (limited to 'g4f/Provider')
-rw-r--r-- | g4f/Provider/ChatBase.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g4f/Provider/ChatBase.py b/g4f/Provider/ChatBase.py index d59717c0..ada51fed 100644 --- a/g4f/Provider/ChatBase.py +++ b/g4f/Provider/ChatBase.py @@ -11,8 +11,8 @@ class ChatBase(AsyncGeneratorProvider): supports_gpt_35_turbo = True supports_message_history = True working = True - list_incorrect_responses = ["Hmm, I am not sure. Email support@chatbase.co for more info.", - "I can only provide support and information about Chatbase"] + list_incorrect_responses = ["support@chatbase", + "about Chatbase"] @classmethod async def create_async_generator( |