mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 01:17:39 +01:00
368cba1149
* Add Lightning 1.1 Context and Instruct templates * Remove double white space * Fix fancy apostrophe --------- Co-authored-by: Cohee <18619528+Cohee1207@users.noreply.github.com>
7 lines
487 B
JSON
7 lines
487 B
JSON
{
|
|
"story_string": "{{system}}\n{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{char}}'s description:{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality:{{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{user}}'s persona: {{persona}}\n{{/if}}",
|
|
"chat_start": "This is the history of the roleplay:",
|
|
"example_separator": "Example of an interaction:",
|
|
"name": "Lightning 1.1"
|
|
}
|