perf: 不再提供默认的疑问词正则表达式匹配规则 #57

This commit is contained in:
Rock Chin
2022-12-24 10:02:04 +08:00
parent 0ab1bc0567
commit 9d111de001

View File

@@ -55,7 +55,7 @@ admin_qq = 0
# 正则表达式简明教程https://www.runoob.com/regexp/regexp-tutorial.html
response_rules = {
"prefix": ["/ai", "!ai", "ai", "ai"],
"regexp": ["为什么.*", "怎么?样.*", "怎么.*", "如何.*", "[Hh]ow to.*", "[Ww]hy not.*", "[Ww]hat is.*", ".*怎么办", ".*咋办"]
"regexp": [] # "为什么.*", "怎么?样.*", "怎么.*", "如何.*", "[Hh]ow to.*", "[Ww]hy not.*", "[Ww]hat is.*", ".*怎么办", ".*咋办"
}
# 单个api-key的使用量警告阈值