feat(config): add force_reasoning flag for group chat confi

This commit is contained in:
zihanjian
2026-01-01 15:07:52 +08:00
parent 8b5dfa9713
commit fd5d413f85

View File

@@ -65,15 +65,19 @@ groups:
model: 2
max_history: 30 # 回顾最近30条消息
random_chitchat_probability: 0.2 # 群聊随机闲聊概率0-10 表示关闭
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条消息