mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-15 14:33:43 +08:00
feat: 支持全局配置插件
This commit is contained in:
@@ -261,6 +261,20 @@ const cn = {
|
||||
Title: "频率惩罚度 (frequency_penalty)",
|
||||
SubTitle: "值越大,越有可能降低重复字词",
|
||||
},
|
||||
Plugin: {
|
||||
Enable: {
|
||||
Title: "启用插件",
|
||||
SubTitle: "启用插件调用功能",
|
||||
},
|
||||
MaxIteration: {
|
||||
Title: "最大迭代数",
|
||||
SubTitle: "插件调用最大迭代数",
|
||||
},
|
||||
ReturnIntermediateStep: {
|
||||
Title: "返回中间步骤",
|
||||
SubTitle: "是否返回插件调用的中间步骤",
|
||||
},
|
||||
},
|
||||
},
|
||||
Store: {
|
||||
DefaultTopic: "新的聊天",
|
||||
|
@@ -265,6 +265,20 @@ const en: LocaleType = {
|
||||
SubTitle:
|
||||
"A larger value decreasing the likelihood to repeat the same line",
|
||||
},
|
||||
Plugin: {
|
||||
Enable: {
|
||||
Title: "Enable Plugin",
|
||||
SubTitle: "Enable plugin invocation",
|
||||
},
|
||||
MaxIteration: {
|
||||
Title: "Max Iterations",
|
||||
SubTitle: "Max of plugin iterations",
|
||||
},
|
||||
ReturnIntermediateStep: {
|
||||
Title: "Return Intermediate Steps",
|
||||
SubTitle: "Return Intermediate Steps",
|
||||
},
|
||||
},
|
||||
},
|
||||
Store: {
|
||||
DefaultTopic: "New Conversation",
|
||||
|
Reference in New Issue
Block a user