feat:可以自定义连续回复次数
This commit is contained in:
@@ -62,6 +62,12 @@ description = "思考的时间间隔(秒),可以有效减少消耗"
|
||||
path = "focus_chat.think_interval"
|
||||
type = "number"
|
||||
|
||||
[[editor.quick_settings.items]]
|
||||
name = "连续回复能力(focus模式)"
|
||||
description = "连续回复能力,值越高,麦麦连续回复的概率越高"
|
||||
path = "focus_chat.consecutive_replies"
|
||||
type = "number"
|
||||
|
||||
[[editor.quick_settings.items]]
|
||||
name = "自我识别处理器(focus模式)"
|
||||
description = "是否启用自我识别处理器"
|
||||
@@ -86,6 +92,8 @@ description = "是否在回复后显示当前聊天模式"
|
||||
path = "experimental.debug_show_chat_mode"
|
||||
type = "bool"
|
||||
|
||||
|
||||
|
||||
[translations.sections.inner]
|
||||
name = "版本"
|
||||
description = "麦麦的内部配置,包含版本号等信息。此部分仅供显示,不可编辑。"
|
||||
@@ -290,6 +298,10 @@ description = "需要降低回复频率的群组列表"
|
||||
name = "思考间隔"
|
||||
description = "思考的时间间隔(秒),可以有效减少消耗"
|
||||
|
||||
[translations.items.consecutive_replies]
|
||||
name = "连续回复能力"
|
||||
description = "连续回复能力,值越高,麦麦连续回复的概率越高"
|
||||
|
||||
[translations.items.observation_context_size]
|
||||
name = "观察上下文大小"
|
||||
description = "观察到的最长上下文大小,建议15,太短太长都会导致脑袋尖尖"
|
||||
|
||||
Reference in New Issue
Block a user