Change postEverything handling in importPreset function
This commit is contained in:
@@ -1298,9 +1298,6 @@ export async function importPreset(){
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
case 'worldInfoAfter':{
|
case 'worldInfoAfter':{
|
||||||
pr.promptTemplate.push({
|
|
||||||
type: 'postEverything'
|
|
||||||
})
|
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
case 'charDescription':{
|
case 'charDescription':{
|
||||||
@@ -1332,6 +1329,9 @@ export async function importPreset(){
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(pre?.assistant_prefill){
|
if(pre?.assistant_prefill){
|
||||||
|
pr.promptTemplate.push({
|
||||||
|
type: 'postEverything'
|
||||||
|
})
|
||||||
pr.promptTemplate.push({
|
pr.promptTemplate.push({
|
||||||
type: 'plain',
|
type: 'plain',
|
||||||
type2: 'main',
|
type2: 'main',
|
||||||
|
|||||||
Reference in New Issue
Block a user