[feat] new nai preset

This commit is contained in:
kwaroran
2023-07-29 09:52:18 +09:00
parent 401498b76d
commit 22e780d6a1

View File

@@ -39,7 +39,7 @@ export async function setRecommended(model: string, ask:'ask'|'force') {
pr.maxResponse = 300 pr.maxResponse = 300
pr.mainPrompt = "" pr.mainPrompt = ""
pr.jailbreak = '' pr.jailbreak = ''
pr.globalNote = '***\n[ Style: chat; Tags: conversation; Genre: online roleplay]' pr.globalNote = '[ Style: chat; Tags: conversation; Genre: online roleplay; Respond: long]'
setDatabase(setPreset(db, pr)) setDatabase(setPreset(db, pr))
} }
else if(db.aiModel === 'textgen_webui'){ else if(db.aiModel === 'textgen_webui'){