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

@ -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) {