diff --git a/src/lang/en.ts b/src/lang/en.ts index 38cf3bd9..d9023791 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -72,7 +72,11 @@ export const languageEnglish = { scenario: "A brief description about character's scenario. \n\n**It is not recommended to use this option. Describe it in character description instead.**", utilityBot: "When activated, it ignores main prompt. \n\n**It is not recommended to use this option. Modifiy system prompt instead.**", loreSelective: "If Selective mode is toggled, both Activation Key and Secondary key should have a match to activate the lore.", - additionalAssets: "Additional assets to display in your chat. \n\n - use `{{raw::}}` to use as path.\n - use `{{img::}}` to use as image" + additionalAssets: "Additional assets to display in your chat. \n\n - use `{{raw::}}` to use as path.\n - use `{{img::}}` to use as image", + superMemory: "SuperMemory makes your character memorize more by giving summarized data to AI.\n\n" + + "SuperMemory model is a model that summarizes that text. davinci is recommended, and Auxiliary models are not recommended unless it is an unfiltered model with over 2000 tokens with great summarizing skill.\n\n" + + "SuperMemory Prompt decides what prompt should be sent to summarize. if you leave it blank, it will use the default prompt. leaving blank is recommended.\n\n" + + "After it is all setup, you can able it in the setting of a character." }, setup: { chooseProvider: "Choose AI Provider", @@ -244,8 +248,8 @@ export const languageEnglish = { creator: "Creator", CharVersion: "Character Version", Speech: "Speech", - ToggleSuperMemory: "Toggle SupaMemory", - SuperMemory:"SupaMemory", + ToggleSuperMemory: "Toggle SuperMemory", + SuperMemory:"SuperMemory", useExperimental: "Able Experimental Features", showMemoryLimit: "Show Memory Limit", roundIcons: "Round Icons", diff --git a/src/lang/ko.ts b/src/lang/ko.ts index d30b2511..3e84c563 100644 --- a/src/lang/ko.ts +++ b/src/lang/ko.ts @@ -229,8 +229,8 @@ export const languageKorean = { creator: "제작자", CharVersion: "캐릭터 버전", Speech: "음성", - ToggleSuperMemory: "SupaMemory 토글", - SuperMemory:"SupaMemory", + ToggleSuperMemory: "슈퍼메모리 토글", + SuperMemory:"슈퍼메모리", useExperimental: "실험적 요소 보이기", showMemoryLimit: "기억 한계치 보이기", roundIcons: "둥근 아이콘", diff --git a/src/lib/Setting/Pages/OtherBotSettings.svelte b/src/lib/Setting/Pages/OtherBotSettings.svelte index a4a5929a..cd5c5545 100644 --- a/src/lib/Setting/Pages/OtherBotSettings.svelte +++ b/src/lib/Setting/Pages/OtherBotSettings.svelte @@ -59,7 +59,7 @@ -SupaMemory +{language.SuperMemory} {language.SuperMemory} {language.model}