From 0c0e24323c46b441b269cad04d438ed909651abe Mon Sep 17 00:00:00 2001 From: SDS <52386626+StefanDanielSchwarz@users.noreply.github.com> Date: Tue, 1 Aug 2023 21:35:20 +0200 Subject: [PATCH] proxy-replacement-preset: Roleplay Instruct Mode Preset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In [[Feature Request] Add Simple Proxy functionality into Silly Tavern directly · Issue #831 · SillyTavern/SillyTavern](https://github.com/SillyTavern/SillyTavern/issues/831), I explained how to replace the [simple-proxy-for-tavern](https://github.com/anon998/simple-proxy-for-tavern) using built-in functionality of SillyTavern. To make this easier, here's an Instruct Mode Preset that helps setting this up. --- public/instruct/Roleplay.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 public/instruct/Roleplay.json diff --git a/public/instruct/Roleplay.json b/public/instruct/Roleplay.json new file mode 100644 index 000000000..7172a6b95 --- /dev/null +++ b/public/instruct/Roleplay.json @@ -0,0 +1,13 @@ +{ + "enabled": true, + "input_sequence": "", + "macro": true, + "name": "Roleplay", + "names": true, + "output_sequence": "", + "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_sequence": "", + "wrap": true +}