Minor spelling mistake

This commit is contained in:
SillyLossy
2023-04-29 20:45:04 +03:00
parent 0f8ae0add0
commit 57a5fc8ea8
3 changed files with 4 additions and 4 deletions

View File

@ -1545,7 +1545,7 @@
<div class="flex1"> <div class="flex1">
<h5> <h5>
Group reply strategy Group reply strategy
<a href="/notes#groupreplystrategy" class="notes-link" target="_blank"> <a href="/notes#replyorderstrategies" class="notes-link" target="_blank">
<span class="note-link-span">?</span> <span class="note-link-span">?</span>
</a> </a>
</h5> </h5>

View File

@ -166,9 +166,9 @@ A list of keywords that trigger the activation of a World Info entry.
#### Secondary Key #### 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. The text that is inserted into the prompt upon entry activation.

View File

@ -265,7 +265,7 @@ function formatWorldInfo(value) {
} }
// placeholder if we would want to apply some formatting // 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) { async function prepareOpenAIMessages(name2, storyString, worldInfoBefore, worldInfoAfter, extensionPrompt, bias, type) {