mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-11 08:57:11 +01:00
1d1109e43b
* Set generate_until_sentence true for NovelAI * Add a Story String file for NovelAI with persona before character which works better * Remove hardcoded dinkus for chat_start since it is in the Story String
6 lines
390 B
JSON
6 lines
390 B
JSON
{
|
|
"name": "NovelAI",
|
|
"story_string": "{{#if system}}{{system}}{{/if}}\n{{#if wiBefore}}{{wiBefore}}{{/if}}\n{{#if persona}}{{persona}}{{/if}}\n{{#if description}}{{description}}{{/if}}\n{{#if personality}}Personality: {{personality}}{{/if}}\n{{#if scenario}}Scenario: {{scenario}}{{/if}}\n{{#if wiAfter}}{{wiAfter}}{{/if}}",
|
|
"chat_start": "***",
|
|
"example_separator": "***"
|
|
} |