From 22e780d6a1b187afa0ebefb3d911c1d998b80a0f Mon Sep 17 00:00:00 2001 From: kwaroran Date: Sat, 29 Jul 2023 09:52:18 +0900 Subject: [PATCH] [feat] new nai preset --- src/ts/process/templates/getRecomended.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/process/templates/getRecomended.ts b/src/ts/process/templates/getRecomended.ts index 04921c62..0b24063a 100644 --- a/src/ts/process/templates/getRecomended.ts +++ b/src/ts/process/templates/getRecomended.ts @@ -39,7 +39,7 @@ export async function setRecommended(model: string, ask:'ask'|'force') { pr.maxResponse = 300 pr.mainPrompt = "" 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)) } else if(db.aiModel === 'textgen_webui'){