refactor: 移除兴趣计算器相关代码和配置,优化系统管理插件
This commit is contained in:
@@ -537,13 +537,8 @@ s4u_blacklist_chats = []
|
||||
[affinity_flow]
|
||||
enable_normal_mode = true # 是否启用 Normal 聊天模式。启用后,在专注模式回复后会自动切换,并根据兴趣度决定是否回复,以实现更快速的回复。
|
||||
# 兴趣评分系统参数
|
||||
reply_action_interest_threshold = 0.75 # 回复动作兴趣阈值
|
||||
non_reply_action_interest_threshold = 0.65 # 非回复动作兴趣阈值
|
||||
|
||||
# 语义兴趣度评分优化参数
|
||||
use_batch_scoring = true # 是否启用批处理评分模式,适合高频群聊场景
|
||||
batch_size = 3 # 批处理大小,达到后立即处理
|
||||
batch_flush_interval_ms = 30.0 # 批处理刷新间隔(毫秒),超过后强制处理
|
||||
reply_action_interest_threshold = 0.7 # 回复动作兴趣阈值
|
||||
non_reply_action_interest_threshold = 0.6 # 非回复动作兴趣阈值
|
||||
|
||||
# 回复决策系统参数
|
||||
no_reply_threshold_adjustment = 0.02 # 不回复兴趣阈值调整值
|
||||
|
||||
Reference in New Issue
Block a user