mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Minor spelling mistake
This commit is contained in:
@ -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>
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
@ -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) {
|
||||||
|
Reference in New Issue
Block a user