[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

@@ -8,7 +8,7 @@ import { defaultAutoSuggestPrompt, defaultJailbreak, defaultMainPrompt } from '.
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = '1.22.1'
export let appVer = '1.22.2'
export function setDatabase(data:Database){
if(checkNullish(data.characters)){
@@ -283,6 +283,7 @@ export interface loreBook{
extentions?:{
risu_case_sensitive:boolean
}
activationPercent?:number
}
export interface character{