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'){