diff --git a/public/index.html b/public/index.html index f1e184f19..1e7ffb78e 100644 --- a/public/index.html +++ b/public/index.html @@ -1545,7 +1545,7 @@
Group reply strategy - + ?
diff --git a/public/notes/content.md b/public/notes/content.md index 57ce3b596..6449661d7 100644 --- a/public/notes/content.md +++ b/public/notes/content.md @@ -166,9 +166,9 @@ A list of keywords that trigger the activation of a World Info entry. #### Secondary Key -A list of supplementary keywords that are used in conjunction with the main keywords (see [Selective](#selective)). +A list of supplementary keywords that are used in conjunction with the main keywords. See [Selective](#selective). -#### Content +#### Entry Content The text that is inserted into the prompt upon entry activation. diff --git a/public/scripts/openai.js b/public/scripts/openai.js index 821f0e474..5c9173904 100644 --- a/public/scripts/openai.js +++ b/public/scripts/openai.js @@ -265,7 +265,7 @@ function formatWorldInfo(value) { } // placeholder if we would want to apply some formatting - return `[Details of the fictional world the RP set in:\n${value}\n]`; + return `[Details of the fictional world the RP is set in:\n${value}]\n`; } async function prepareOpenAIMessages(name2, storyString, worldInfoBefore, worldInfoAfter, extensionPrompt, bias, type) {