diff --git a/public/context/Adventure.json b/public/context/Adventure.json index eaa107ce3..9b90cba54 100644 --- a/public/context/Adventure.json +++ b/public/context/Adventure.json @@ -1,6 +1,11 @@ { "story_string": "{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}", - "chat_start": "", "example_separator": "", + "chat_start": "", + "always_force_name2": false, + "trim_sentences": false, + "include_newline": false, + "custom_stopping_strings": "[\"\\n\"]", + "custom_stopping_strings_macro": true, "name": "Adventure" } \ No newline at end of file