feat: Add HypaMemory V2 and SupaMemory descriptions and add hypav2 settings

This commit is contained in:
kwaroran
2024-05-27 12:30:07 +09:00
parent 584643ac87
commit 4ad59fa69c
4 changed files with 30 additions and 7 deletions

View File

@@ -612,5 +612,10 @@ export const languageEnglish = {
nickname: "Nickname",
useRegexLorebook: "Use Regex",
customPromptTemplateToggle: "Custom Toggles",
defaultVariables: "Default Variables"
defaultVariables: "Default Variables",
hypaAllocatedTokens: "Allocated Tokens",
hypaChunkSize: "Chunk Size",
hypaV2Desc: "HypaMemory V2 is a long-term memory system that use both summarized data and vector search.",
supaDesc: "SupaMemory is a long-term memory system that uses summarized data to AI.",
hanuraiDesc: "HanuraiMemory is a memory system that uses vector search.",
}