diff --git a/src/lang/en.ts b/src/lang/en.ts index 1c4f8c80..a9218126 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -841,4 +841,5 @@ export const languageEnglish = { banCharacterset: 'Auto Regenerate On Characterset', checkCorruption: "Check Corruption", showPromptComparison: "Show Prompt Comparison", + hypaV3Desc: "HypaMemory V3 is a long-term memory system that use both summarized data and vector search.", } \ No newline at end of file diff --git a/src/lib/Others/AlertComp.svelte b/src/lib/Others/AlertComp.svelte index f6f35c13..85872eff 100644 --- a/src/lib/Others/AlertComp.svelte +++ b/src/lib/Others/AlertComp.svelte @@ -316,6 +316,60 @@ {/each} {/if} + {:else if $alertStore.type === 'hypaV3'} +