diff --git a/template/bot_config_template.toml b/template/bot_config_template.toml index d69626172..0826b000a 100644 --- a/template/bot_config_template.toml +++ b/template/bot_config_template.toml @@ -124,8 +124,8 @@ thinking_timeout = 40 # MoFox-Bot一次回复最长思考规划时间,超过 # 消息打断系统配置 - 线性概率模型 interruption_enabled = true # 是否启用消息打断系统 -interruption_max_limit = 10 # 每个聊天流的最大打断次数 -interruption_min_probability = 0.1 # 最低打断概率(即使达到较高打断次数,也保证有此概率的打断机会) +interruption_max_limit = 5 # 每个聊天流的最大打断次数 +interruption_min_probability = 0.05 # 最低打断概率(即使达到较高打断次数,也保证有此概率的打断机会) interruption_afc_reduction = 0.05 # 每次连续打断降低的afc阈值数值 # DEPRECATED: interruption_probability_factor (已废弃的配置项)