mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-11 20:43:42 +08:00
feat: 支持全局配置插件
This commit is contained in:
@@ -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