Add new prompt type 'postEverything'

This commit is contained in:
kwaroran
2024-03-05 01:54:55 +09:00
parent c2352d49fd
commit 18fbaebd46
3 changed files with 16 additions and 4 deletions

View File

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