From 57a5fc8ea883cb306170fd0db1968d4076d9c575 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Sat, 29 Apr 2023 20:45:04 +0300 Subject: [PATCH] Minor spelling mistake --- public/index.html | 2 +- public/notes/content.md | 4 ++-- public/scripts/openai.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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) {