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 # 最大不回复计数次数 # 综合评分权重