feat: 支持全局配置插件

This commit is contained in:
Hk-Gosuto
2023-08-16 13:38:15 +08:00
parent dd0b451a7c
commit 76eb2afd06
11 changed files with 147 additions and 8 deletions

View File

@@ -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",