Refactor args for context/instruct select

This commit is contained in:
Wolfsblvt
2024-09-08 01:00:50 +02:00
parent 44ddec88fe
commit 4ba99412af
3 changed files with 17 additions and 13 deletions

View File

@ -1798,7 +1798,7 @@ async function loadContextSettings() {
for (const instruct_preset of instruct_presets) {
// If instruct preset matches the context template
if (instruct_preset.name === name) {
selectInstructPreset(instruct_preset.name);
selectInstructPreset(instruct_preset.name, { isAuto: true });
break;
}
}