[feat] prompt template memory

This commit is contained in:
kwaroran
2023-09-09 08:57:29 +09:00
parent a122e1cc5d
commit 5a0547c688
4 changed files with 32 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ export const languageEnglish = {
"description": "Character Description",
'personaPrompt':'Persona Prompt',
'plain': "Plain Prompt",
'memory': "Supa/HypaMemory"
},
errors:{
toomuchtoken: 'Error: The minimum required token is greater than the Max Context Size.',