From 6655e4906fa4cc5b59529150b4483ac564cf361d Mon Sep 17 00:00:00 2001 From: Windpicker-owo <3431391539@qq.com> Date: Mon, 29 Sep 2025 12:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E4=B8=8B=E9=BB=98?= =?UTF-8?q?=E8=AE=A4afc=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/bot_config_template.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index 2cd49956f..332fc3fb6 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -536,18 +536,18 @@ chat_ids = [ # 兴趣评分系统参数 reply_action_interest_threshold = 0.62 # 回复动作兴趣阈值 non_reply_action_interest_threshold = 0.48 # 非回复动作兴趣阈值 -high_match_interest_threshold = 0.65 # 高匹配兴趣阈值 -medium_match_interest_threshold = 0.5 # 中匹配兴趣阈值 +high_match_interest_threshold = 0.6 # 高匹配兴趣阈值 +medium_match_interest_threshold = 0.4 # 中匹配兴趣阈值 low_match_interest_threshold = 0.2 # 低匹配兴趣阈值 -high_match_keyword_multiplier = 1.8 # 高匹配关键词兴趣倍率 -medium_match_keyword_multiplier = 1.4 # 中匹配关键词兴趣倍率 +high_match_keyword_multiplier = 4.5 # 高匹配关键词兴趣倍率 +medium_match_keyword_multiplier = 2.75 # 中匹配关键词兴趣倍率 low_match_keyword_multiplier = 1.15 # 低匹配关键词兴趣倍率 -match_count_bonus = 0.05 # 匹配数关键词加成值 -max_match_bonus = 0.3 # 最大匹配数加成值 +match_count_bonus = 0.02 # 匹配数关键词加成值 +max_match_bonus = 0.25 # 最大匹配数加成值 # 回复决策系统参数 -no_reply_threshold_adjustment = 0.1 # 不回复兴趣阈值调整值 -reply_cooldown_reduction = 2 # 回复后减少的不回复计数 +no_reply_threshold_adjustment = 0.03 # 不回复兴趣阈值调整值 +reply_cooldown_reduction = 3 # 回复后减少的不回复计数 max_no_reply_count = 5 # 最大不回复计数次数 # 综合评分权重