Create SillyTavern Presets/LimaRP-Alpaca_Context-Template.json
Browse files
SillyTavern Presets/LimaRP-Alpaca_Context-Template.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"story_string": "{{system}}{{char}}'s Persona: {{description}}\n\n{{#if persona}}{{user}}'s Persona: {{persona}}\n\n{{/if}}\n{{#if scenario}}Scenario: {{scenario}}\n\n{{/if}}\n{{#if loreBefore}}Background information: {{loreBefore}}\n\n{{/if}}\nPlay the role of {{char}}. With scene and characters now described, you must engage in a roleplay conversation with {{user}} below this line. Never write for {{user}} in your responses.",
|
3 |
+
"example_separator": "",
|
4 |
+
"chat_start": "",
|
5 |
+
"always_force_name2": false,
|
6 |
+
"trim_sentences": false,
|
7 |
+
"include_newline": false,
|
8 |
+
"custom_stopping_strings": "",
|
9 |
+
"custom_stopping_strings_macro": true,
|
10 |
+
"name": "LimaRP-Alpaca"
|
11 |
+
}
|