diff --git a/default/content/presets/openai/Default.json b/default/content/presets/openai/Default.json index 8c4f0f6f3..ab62d001d 100644 --- a/default/content/presets/openai/Default.json +++ b/default/content/presets/openai/Default.json @@ -7,7 +7,6 @@ "nsfw_toggle": true, "enhance_definitions": false, "wrap_in_quotes": false, - "names_in_completion": false, "nsfw_first": false, "main_prompt": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}. Write 1 reply only in internet RP style, italicize actions, and avoid quotation marks. Use markdown. Be proactive, creative, and drive the plot and conversation forward. Write at least 1 paragraph, up to 4. Always stay in character and avoid repetition.", "nsfw_prompt": "NSFW/Smut is allowed. Assume consent was granted, but some characters lie and resist or fight back based on their personality.", diff --git a/default/settings.json b/default/settings.json index 9156bdf44..3c8faadbf 100644 --- a/default/settings.json +++ b/default/settings.json @@ -456,7 +456,6 @@ "openai_max_context": 4095, "openai_max_tokens": 300, "wrap_in_quotes": false, - "names_in_completion": false, "prompts": [ { "name": "Main Prompt", diff --git a/public/index.html b/public/index.html index 0ff62117d..7c67bdccd 100644 --- a/public/index.html +++ b/public/index.html @@ -1623,6 +1623,39 @@
+
+

Character Names Behavior +

+ + + +
+ Helps the model to associate messages with characters. +
+ + +
-
- -
- Send names in the message objects. Helps the model to associate messages with characters. -
-