Upload 2 files
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 |
+
}
|
SillyTavern Presets/LimaRP-Alpaca_Instruct-Mode.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"wrap": true,
|
3 |
+
"names": true,
|
4 |
+
"system_prompt": "",
|
5 |
+
"system_sequence": "<<SYSTEM>>",
|
6 |
+
"stop_sequence": "###",
|
7 |
+
"input_sequence": "\n### Input:",
|
8 |
+
"output_sequence": "\n### Response:",
|
9 |
+
"separator_sequence": "",
|
10 |
+
"macro": true,
|
11 |
+
"names_force_groups": false,
|
12 |
+
"last_output_sequence": "\n### Response: (length = short)",
|
13 |
+
"activation_regex": "",
|
14 |
+
"system_sequence_prefix": "\n### Instruction:",
|
15 |
+
"system_sequence_suffix": "",
|
16 |
+
"first_output_sequence": "",
|
17 |
+
"name": "LimaRP-Alpaca"
|
18 |
+
}
|