rebalance ai_auto_response participation tuning

This commit is contained in:
liuwei
2026-04-10 10:44:10 +08:00
parent 3f9ae6442d
commit c280fa8dab

View File

@@ -35,31 +35,31 @@ casual_topic = 0.35
[flow] [flow]
enable_flow_state = true enable_flow_state = true
flow_decay_per_minute = 16 flow_decay_per_minute = 14
idle_threshold = 36 idle_threshold = 32
warming_threshold = 60 warming_threshold = 54
engaged_threshold = 96 engaged_threshold = 86
at_bot_boost = 40 at_bot_boost = 40
question_boost = 30 question_boost = 30
followup_boost = 12 followup_boost = 16
topic_boost = 4 topic_boost = 7
returning_member_boost = 3 returning_member_boost = 5
response_accepted_boost = 6 response_accepted_boost = 8
ignored_reply_penalty = 26 ignored_reply_penalty = 22
over_reply_penalty = 32 over_reply_penalty = 26
night_penalty = 30 night_penalty = 30
max_bot_reply_streak = 1 max_bot_reply_streak = 1
[cooldown] [cooldown]
group_reply_cooldown_sec = 150 group_reply_cooldown_sec = 110
same_user_followup_cooldown_sec = 28 same_user_followup_cooldown_sec = 22
at_mention_min_interval_sec = 5 at_mention_min_interval_sec = 5
at_mention_burst_window_sec = 90 at_mention_burst_window_sec = 90
at_mention_burst_limit = 4 at_mention_burst_limit = 4
at_mention_silent_sec = 180 at_mention_silent_sec = 180
directed_burst_window_sec = 240 directed_burst_window_sec = 240
directed_burst_limit = 3 directed_burst_limit = 4
directed_burst_silent_sec = 600 directed_burst_silent_sec = 480
night_silent_hours = ["01:00-07:30"] night_silent_hours = ["01:00-07:30"]
[memory] [memory]
@@ -103,8 +103,8 @@ ignore_exact = ["收到", "好的", "嗯", "哦", "6", "1", "", "?"]
min_text_length = 1 min_text_length = 1
[spam_guard] [spam_guard]
repeat_window_sec = 10 repeat_window_sec = 20
repeat_threshold = 2 repeat_threshold = 3
repeat_min_length = 4 repeat_min_length = 4
[logging] [logging]