lemonilia commited on
Commit
29d4b45
1 Parent(s): 3e7dcfe

Create SillyTavern presets/LimaRP-Context-Template.json

Browse files
SillyTavern presets/LimaRP-Context-Template.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
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
+ "chat_start": "",
4
+ "example_separator": "",
5
+ "name": "LimaRP-Alpaca"
6
+ }