[feat] made creator and character version editable

This commit is contained in:
kwaroran
2023-05-13 11:18:50 +09:00
parent 50db99dd47
commit a33fb084eb
3 changed files with 14 additions and 3 deletions

View File

@@ -72,7 +72,6 @@ export const languageEnglish = {
scenario: "A brief description about character's scenario. \n\n**It is not recommended to use this option. Describe it in character description instead.**",
utilityBot: "When activated, it ignores main prompt. \n\n**It is not recommended to use this option. Modifiy system prompt instead.**",
loreSelective: "If Selective mode is toggled, both Activation Key and Secondary key should have a match to activate the lore."
},
setup: {
chooseProvider: "Choose AI Provider",
@@ -240,5 +239,7 @@ export const languageEnglish = {
selective: "Selective",
SecondaryKeys: 'Secondary keys',
useGlobalSettings: "Use Global Settings",
recursiveScanning: "Recursive Scanning"
recursiveScanning: "Recursive Scanning",
creator: "Creator",
CharVersion: "Character Version"
}