diff --git a/public/context/Roleplay.json b/public/context/Roleplay.json new file mode 100644 index 000000000..b298ce681 --- /dev/null +++ b/public/context/Roleplay.json @@ -0,0 +1,6 @@ +{ + "name": "Roleplay", + "story_string": "### Input:\n{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}{{/if}}", + "chat_start": "### New Roleplay:", + "example_separator": "### New Roleplay:" +} diff --git a/public/instruct/Roleplay.json b/public/instruct/Roleplay.json index 46c4d4aee..1f985e288 100644 --- a/public/instruct/Roleplay.json +++ b/public/instruct/Roleplay.json @@ -1,13 +1,13 @@ { "input_sequence": "### Instruction:", + "last_output_sequence": "### Response (2 paragraphs, engaging, natural, authentic, descriptive, creative):", "macro": true, "name": "Roleplay", "names": true, - "last_output_sequence": "### Response (2 paragraphs, engaging, natural, authentic, descriptive, creative):", "output_sequence": "### Response:", "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\n### Input:", + "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.", "system_sequence": "", "wrap": true }