[feat] added 'Use Probability Condition' in lorebook
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user