[feat] added background embedding
This commit is contained in:
@@ -81,7 +81,7 @@ export const languageChinese = {
|
||||
utilityBot: "激活后,它会忽略主提示词。\n\n**不建议使用此选项。改为修改系统提示词。**",
|
||||
loreSelective: "如果已切换选择模式,则激活密钥和次级密钥都应有匹配项才能激活lorebook。",
|
||||
loreRandomActivation: "如果启用了使用概率条件,如果lorebook的其他条件都已满足,每次发送聊天时,lorebook将以“概率”设置的概率被激活。",
|
||||
additionalAssets: "在你的聊天中显示的额外资源。 \n\n - 使用 `{{raw::<asset name>}}` 作为路径。\n - 使用 `{{img::<asset name>}}` 作为图片",
|
||||
additionalAssets: "在你的聊天中显示的额外资源。 \n\n - 使用 `{{raw::<asset name>}}` 作为路径。\n - 使用 `{{img::<asset name>}}` 作为图片\n - use `{{video::<asset name>}}` to use as video\n - use `{{audio::<asset name>}}` to use as audio (recommended to put in Background HTML)",
|
||||
superMemory: "SuperMemory 通过给 AI 提供总结数据使你的角色记忆更多信息。\n\n"
|
||||
+ "SuperMemory 模型是一个总结文本的模型。推荐使用Davinci,除非是具有超过2000个token数的高度总结能力的成人模型,否则不推荐使用辅助模型。\n\n"
|
||||
+ "SuperMemory 提示词决定了应发送什么提示词进行总结。如果你留空,它将使用默认提示词。建议留空。\n\n"
|
||||
|
||||
@@ -80,12 +80,15 @@ export const languageEnglish = {
|
||||
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.",
|
||||
loreRandomActivation: "If Use Probability Condition is abled, if the lore's other conditions are all met, the lore will be activated with a set probability which is set by 'Probability' each time a chat is sent.",
|
||||
additionalAssets: "Additional assets to display in your chat. \n\n - use `{{raw::<asset name>}}` to use as path.\n - use `{{img::<asset name>}}` to use as image",
|
||||
additionalAssets: "Additional assets to display in your chat. \n\n - use `{{raw::<asset name>}}` to use as path.\n - use `{{img::<asset name>}}` to use as image\n - use `{{video::<asset name>}}` to use as video\n - use `{{audio::<asset name>}}` to use as audio\n - recommended to put in Background HTML",
|
||||
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.",
|
||||
replaceGlobalNote: "If its not blank, it replaces current global note to this."
|
||||
replaceGlobalNote: "If its not blank, it replaces current global note to this.",
|
||||
backgroundHTML: "A Markdown/HTML Data that would be injected to the background of chat screen.\n\n you can also use additional assets. for example, you can use `{{audio::<asset name}}` for background music."
|
||||
+ "\n\n Additionaly, you can use these with additional assets:"
|
||||
+ "\n - `{{bg::<asset name>}}`: inject the background as asset"
|
||||
},
|
||||
setup: {
|
||||
chooseProvider: "Choose AI Provider",
|
||||
@@ -300,5 +303,6 @@ export const languageEnglish = {
|
||||
activationProbability: "Probability",
|
||||
shareCloud: "Share to RisuRealm",
|
||||
hub: "RisuRealm",
|
||||
tags: "Tags"
|
||||
tags: "Tags",
|
||||
backgroundHTML: "Background Embedding"
|
||||
}
|
||||
@@ -275,5 +275,6 @@ export const languageKorean = {
|
||||
talkness: "대화량",
|
||||
active: "활성화",
|
||||
loreRandomActivation: "확률 조건 사용",
|
||||
activationProbability: "발동 확률"
|
||||
activationProbability: "발동 확률",
|
||||
backgroundHTML: "백그라운드 임베딩"
|
||||
}
|
||||
Reference in New Issue
Block a user