[fix] continue

This commit is contained in:
kwaroran
2023-09-09 07:48:34 +09:00
parent 78b963625c
commit a9564189c4
4 changed files with 11 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ export async function setRecommended(model: string, ask:'ask'|'force') {
setDatabase(setPreset(db, pr))
}
else if(db.aiModel.startsWith('novelai')){
const pr:botPreset = prebuiltPresets.NAI
const pr:botPreset = prebuiltPresets.NAI2
setDatabase(setPreset(db, pr))
}
else if(db.aiModel === 'textgen_webui' || db.aiModel === 'mancer'){