Extract keywords from incorrect responses

The text of error responses is dynamically created by LLM. Need determine by keywords for more precise identification.
pull/1153/head
razrab 11 months ago
parent ebbc602184
commit 5ad48d9181

@ -10,8 +10,8 @@ class ChatBase(AsyncGeneratorProvider):
url = "https://www.chatbase.co"
supports_gpt_35_turbo = 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(

Loading…
Cancel
Save