diff --git a/default/settings.json b/default/settings.json index eabf64e95..f2718f18c 100644 --- a/default/settings.json +++ b/default/settings.json @@ -129,6 +129,7 @@ "prefer_character_prompt": true, "prefer_character_jailbreak": true, "quick_continue": false, + "continue_on_send": false, "trim_spaces": true, "relaxed_api_urls": false, "default_instruct": "", diff --git a/public/context/NovelAI.json b/public/context/NovelAI.json new file mode 100644 index 000000000..b22590ab0 --- /dev/null +++ b/public/context/NovelAI.json @@ -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": "***" +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index e0744182f..b4726d0d8 100644 --- a/public/index.html +++ b/public/index.html @@ -1972,6 +1972,17 @@ +
+ +
+ + Automatically chooses an alternative model if the chosen model can't serve your request. + +
+

OpenRouter API Key

@@ -2816,6 +2827,12 @@ Prefer Char. JB +