[feat] add var, fix defaults

This commit is contained in:
kwaroran
2023-07-16 03:22:21 +09:00
parent f6c5c8be9e
commit 3ae51fb650
5 changed files with 58 additions and 29 deletions

View File

@@ -9,7 +9,8 @@ export const languageEnglish = {
'globalNote': "Global Note",
'authorNote': "Author's Note",
'lastChat': "Last Chat",
"description": "Character Description"
"description": "Character Description",
'personaPrompt':'Persona Prompt'
},
errors:{
toomuchtoken: 'Error: The minimum required token is greater than the Max Context Size.',