[feat] added 'Use Probability Condition' in lorebook

This commit is contained in:
kwaroran
2023-05-31 10:25:53 +09:00
parent 8e5df44090
commit f7856dc4dd
8 changed files with 55 additions and 11 deletions

View File

@@ -79,6 +79,7 @@ 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.",
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",
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"
@@ -294,5 +295,7 @@ export const languageEnglish = {
orderByOrder: "Talk by Order",
removeFromGroup: "Do you really want to remove {{char}} from group?",
talkness: "Talkativeness",
active: "Active"
active: "Active",
loreRandomActivation: "Use Probability Condition",
activationProbability: "Probability"
}

View File

@@ -273,5 +273,7 @@ export const languageKorean = {
orderByOrder: "순서대로 말하기",
removeFromGroup: "정말로 {{char}}을 그룹에서 삭제시키겠습니까?",
talkness: "대화량",
active: "활성화"
active: "활성화",
loreRandomActivation: "확률 조건 사용",
activationProbability: "발동 확률"
}