mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Set generate_until_sentence for NovelAI
* 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
This commit is contained in:
6
public/context/NovelAI.json
Normal file
6
public/context/NovelAI.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"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": "***"
|
||||
}
|
||||
Reference in New Issue
Block a user