summaryrefslogtreecommitdiff
path: root/config.yml
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2021-12-12 08:56:39 +0800
committerKyomotoi <[email protected]>2021-12-12 08:56:39 +0800
commitfdd29bd60962e7a3521b064aa370298764febd44 (patch)
tree694eae99f6a23a9d2ab0faea3dcad2c0d53d82bf /config.yml
parent288de059687aeee0c2efae85803fec4ccf5173fa (diff)
downloadATRI-fdd29bd60962e7a3521b064aa370298764febd44.tar.gz
ATRI-fdd29bd60962e7a3521b064aa370298764febd44.tar.bz2
ATRI-fdd29bd60962e7a3521b064aa370298764febd44.zip
🔥 回滚至commit:`b19cf7768a70cf639853d9d33a6ab2a3d56e7045`
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.yml b/config.yml
index 84eee7e..afe9fde 100644
--- a/config.yml
+++ b/config.yml
@@ -11,15 +11,3 @@ BotSelfConfig:
SauceNAO:
key: ""
-
-ChatterBot:
- # mongodb存储数据库地址(数据库将自动创建)
- # 示例 mongodb://localhost:27017/atri-chatterbot
- # 如果为空将用SQLite代替(Python3.8后不再支持time.clock将导致初始化SQLite报错)
- mongo_database_uri: "mongodb://localhost:27017/atri-chatterbot"
- # 置信率阈值
- maximum_similarity_threshold: 0.05
- # 生成的回复低于置信率阈值时将使用的默认回复
- default_response: ["咱听不明白(o_ _)ノ", "不懂欸", "?_?"]
- # 群聊天随机回复概率
- group_random_response_rate: 0.05 \ No newline at end of file