diff --git a/config.yaml.template b/config.yaml.template index 5c51358..2d33564 100644 --- a/config.yaml.template +++ b/config.yaml.template @@ -65,15 +65,19 @@ groups: model: 2 max_history: 30 # 回顾最近30条消息 random_chitchat_probability: 0.2 # 群聊随机闲聊概率(0-1),0 表示关闭 + force_reasoning: true # 闲聊时强制使用推理模型(AI 路由仍正常执行) + - room_id: example12345@chatroom model: 7 max_history: 30 # 回顾最近30条消息 random_chitchat_probability: 0.0 # 可单独覆盖默认概率 + # 私聊映射 private_mapping: - wxid: filehelper model: 2 max_history: 30 # 回顾最近30条消息 + - wxid: wxid_example12345 model: 8 max_history: 30 # 回顾最近30条消息