Merge pull request #1153 from AndPim4912/ChatBase-incorrect-responses

Extract keywords from incorrect responses
This commit is contained in:
Tekky 2023-10-25 16:55:36 +01:00 committed by GitHub
commit ffa36c49e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(