+
+
+
updateConfig({ talk_value: parseFloat(e.target.value) })}
+ />
+
越小越沉默,范围 0-1
+
+
+
+
+
+
+ 控制麦麦的思考深度。经典模式回复快但简单;深度模式更深入但较慢;动态模式根据情况自动选择
+
+
+
+
+
+ updateConfig({ mentioned_bot_reply: checked })
+ }
+ />
+
+
+
+
+
+
+ updateConfig({ max_context_size: parseInt(e.target.value) })
+ }
+ />
+
+
+
+
+
+ updateConfig({ planner_smooth: parseFloat(e.target.value) })
+ }
+ />
+
+ 增大数值会减小 planner 负荷,推荐 1-5,0 为关闭
+
+
+
+
+
+
+ updateConfig({ plan_reply_log_max_per_chat: parseInt(e.target.value) })
+ }
+ />
+
+ 每个聊天流保存的 Plan/Reply 日志最大数量,超过此数量时会自动删除最老的日志
+
+
+
+
+
+ updateConfig({ llm_quote: checked })
+ }
+ />
+
+
+
+ 启用后,LLM 可以决定是否在回复时引用消息
+
+
+
+
+ updateConfig({ enable_talk_value_rules: checked })
+ }
+ />
+
+
+