Fix typos

This commit is contained in:
omahs
2025-05-29 11:56:59 +02:00
committed by GitHub
parent 87df4db1a4
commit d7d20a67fa
10 changed files with 19 additions and 19 deletions

View File

@@ -584,7 +584,7 @@ export function getNovelGenerationData(finalPrompt, settings, maxLength, isImper
};
}
// Check if the prefix needs to be overriden to use instruct mode
// Check if the prefix needs to be overridden to use instruct mode
function selectPrefix(selected_prefix, finalPrompt) {
let useInstruct = false;
const clio = nai_settings.model_novel.includes('clio');