better:优化willing_classical

This commit is contained in:
SengokuCola
2025-07-26 11:51:15 +08:00
parent 4411859e37
commit 7a8ea56da5
3 changed files with 8 additions and 10 deletions

View File

@@ -69,11 +69,11 @@ use_s4u_prompt_mode = true # 是否使用 s4u 对话构建模式,该模式会
talk_frequency = 1 # 麦麦回复频率,越高,麦麦回复越频繁
time_based_talk_frequency = ["8:00,1", "12:00,1.5", "18:00,2", "01:00,0.5"]
time_based_talk_frequency = ["8:00,1", "12:00,1.2", "18:00,1.5", "01:00,0.6"]
# 基于时段的回复频率配置(可选)
# 格式time_based_talk_frequency = ["HH:MM,frequency", ...]
# 示例:
# time_based_talk_frequency = ["8:00,1", "12:00,2", "18:00,1.5", "00:00,0.5"]
# time_based_talk_frequency = ["8:00,1", "12:00,1.2", "18:00,1.5", "00:00,0.6"]
# 说明:表示从该时间开始使用该频率,直到下一个时间点
# 注意:如果没有配置,则使用上面的默认 talk_frequency 值