From 838fb772331880819c741685be239c66711576d7 Mon Sep 17 00:00:00 2001 From: meng_xi_pan Date: Wed, 9 Apr 2025 17:23:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=8B=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=9A=84=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/bot_config_template.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index 70cf0e0b7..76ef81d01 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -98,9 +98,7 @@ ban_msgs_regex = [ ] [willing] -willing_mode = "classical" # 回复意愿模式 经典模式 -# willing_mode = "dynamic" # 动态模式(不兼容,需要维护) -# willing_mode = "custom" # 自定义模式(可自行调整 +willing_mode = "classical" # 回复意愿模式 —— 经典模式:classical,动态模式:dynamic,自定义模式:custom response_willing_amplifier = 1 # 麦麦回复意愿放大系数,一般为1 response_interested_rate_amplifier = 1 # 麦麦回复兴趣度放大系数,听到记忆里的内容时放大系数 down_frequency_rate = 3 # 降低回复频率的群组回复意愿降低系数 除法