increase group_chat_keyword and group_name_keyword_white_list into config.json to support fuzzy matching on group chat.

This commit is contained in:
evolay
2023-02-02 13:56:44 +08:00
parent 8b2a9ee130
commit 2aa48af661
3 changed files with 20 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
"single_chat_prefix": ["bot", "@bot"],
"single_chat_reply_prefix": "[bot] ",
"group_chat_prefix": ["@bot"],
"group_chat_keyword": ["为什么", "why", "Why", "?", "请教"],
"group_name_white_list": ["ChatGPT测试群", "ChatGPT测试群2"],
"group_name_keyword_white_list": ["相亲相爱", "瞎侃"],
"image_create_prefix": ["画", "看", "找"]
}