feat:添加plan防抖

This commit is contained in:
SengokuCola
2025-09-25 21:11:11 +08:00
parent 11cc7ced13
commit dd4fdaeb95
3 changed files with 19 additions and 3 deletions

View File

@@ -84,6 +84,8 @@ class ChatConfig(ConfigBase):
at_bot_inevitable_reply: float = 1
"""@bot 必然回复1为100%回复0为不额外增幅"""
planner_smooth: float = 3
"""规划器平滑增大数值会减小planner负荷略微降低反应速度推荐2-50为关闭必须大于等于0"""
talk_value: float = 1
"""思考频率"""