调整自动回复逻辑

This commit is contained in:
liuwei
2025-05-21 16:24:49 +08:00
parent 4bdc04d2da
commit 95db155077
3 changed files with 89 additions and 25 deletions

View File

@@ -18,4 +18,10 @@ news_keywords = ["新闻", "骨灰房", "法院", "判决", "住建局"]
morning_start_hour = 8
morning_start_minute = 0
morning_end_hour = 8
morning_end_minute = 30
morning_end_minute = 30
[ReplyThreshold]
# 每分钟消息数阈值超过此值将触发AI介入
messages_per_minute_threshold = 3
# 分析窗口大小(分钟)
analysis_window_minutes = 5