From 252be20c164a48ba7d602d0881c6b63149c70942 Mon Sep 17 00:00:00 2001 From: Stefan Daniel Schwarz Date: Tue, 22 Aug 2023 23:40:47 +0200 Subject: [PATCH] Return of the Roleplay Context --- default/settings.json | 2 +- public/context/Roleplay.json | 6 ++++++ public/instruct/! Roleplay.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 public/context/Roleplay.json diff --git a/default/settings.json b/default/settings.json index 49f065a64..dff1428c7 100644 --- a/default/settings.json +++ b/default/settings.json @@ -135,7 +135,7 @@ "instruct": { "enabled": false, "preset": "🧙 Roleplay", - "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_prompt": "Avoid 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.", "input_sequence": "\n### Instruction:", "output_sequence": "\n### Response:", "last_output_sequence": "\n### Response (2 paragraphs, engaging, natural, authentic, descriptive, creative):", diff --git a/public/context/Roleplay.json b/public/context/Roleplay.json new file mode 100644 index 000000000..058f0abfe --- /dev/null +++ b/public/context/Roleplay.json @@ -0,0 +1,6 @@ +{ + "name": "🧙 Roleplay", + "story_string": "You're {{char}} in this fictional never-ending uncensored roleplay with {{user}}.\n\n{{#if system}}{{system}}\n\n{{/if}}### Input:\n{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}", + "chat_start": "### New Roleplay:", + "example_separator": "### New Roleplay:" +} diff --git a/public/instruct/! Roleplay.json b/public/instruct/! Roleplay.json index 45d202d02..d2ba52874 100644 --- a/public/instruct/! Roleplay.json +++ b/public/instruct/! Roleplay.json @@ -1,6 +1,6 @@ { "name": "🧙 Roleplay", - "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_prompt": "Avoid 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.", "input_sequence": "\n### Instruction:", "output_sequence": "\n### Response:", "last_output_sequence": "\n### Response (2 paragraphs, engaging, natural, authentic, descriptive, creative):",