@@ -426,9 +426,9 @@ class DialogueManager:
# 设置不同偏好的交互时间阈值(小时)
thresholds = {
- "low": 24, # 低频率:一天一次
- "medium": 12, # 中频率:半天一次
- "high": 6 # 高频率:大约6小时一次
+ "low": 48,
+ "medium": 24,
+ "high": 12
}
threshold = thresholds.get(interaction_frequency, 12)