mirror of
https://github.com/Zippland/Bubbles.git
synced 2026-01-19 01:21:15 +08:00
feat(config): add force_reasoning flag for group chat confi
This commit is contained in:
@@ -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条消息
|
||||
|
||||
Reference in New Issue
Block a user