mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Added Roleplay context template and updated instruct preset
This commit is contained in:
6
public/context/Roleplay.json
Normal file
6
public/context/Roleplay.json
Normal file
@@ -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:"
|
||||||
|
}
|
@@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"input_sequence": "### Instruction:",
|
"input_sequence": "### Instruction:",
|
||||||
|
"last_output_sequence": "### Response (2 paragraphs, engaging, natural, authentic, descriptive, creative):",
|
||||||
"macro": true,
|
"macro": true,
|
||||||
"name": "Roleplay",
|
"name": "Roleplay",
|
||||||
"names": true,
|
"names": true,
|
||||||
"last_output_sequence": "### Response (2 paragraphs, engaging, natural, authentic, descriptive, creative):",
|
|
||||||
"output_sequence": "### Response:",
|
"output_sequence": "### Response:",
|
||||||
"separator_sequence": "",
|
"separator_sequence": "",
|
||||||
"stop_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": "",
|
"system_sequence": "",
|
||||||
"wrap": true
|
"wrap": true
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user