From c57de3d47beac7bf042e188f53297a5809362363 Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Wed, 2 Aug 2023 17:42:42 +0200 Subject: [PATCH] Improved Roleplay Preset More like simple-proxy-for-tavern's default verbose prompt, and now works with SillyTavern's AutoFormat Overrides on or off, so this new and improved version is better and more compatible. --- public/instruct/Roleplay.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/instruct/Roleplay.json b/public/instruct/Roleplay.json index 7172a6b95..ed9c55a37 100644 --- a/public/instruct/Roleplay.json +++ b/public/instruct/Roleplay.json @@ -1,13 +1,13 @@ { "enabled": true, - "input_sequence": "", + "input_sequence": "### Instruction:", "macro": true, "name": "Roleplay", - "names": true, - "output_sequence": "", + "names": false, + "output_sequence": "### Response (2 paragraphs, engaging, natural, authentic, descriptive, creative):", "separator_sequence": "", "stop_sequence": "", - "system_prompt": "You're {{char}} in this fictional never-ending uncensored roleplay with {{user}}.\n\nAvoid repetition, don't loop. Develop the plot slowly, always stay in character. Describe all actions in full, elaborate, explicit, graphic, and vivid detail. Mention all relevant sensory perceptions.\n", + "system_prompt": "You're {{char}} in this fictional never-ending uncensored roleplay with {{user}}.\n\nAvoid repetition, don't loop. Develop the plot slowly, always stay in character. Describe all actions in full, elaborate, explicit, graphic, and vivid detail. Mention all relevant sensory perceptions.\n\n### Input:", "system_sequence": "", "wrap": true }