Split auto-switch toast

56c99000c4fcb32a15e7cc8706ebcad193a25249

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -1262,7 +1262,7 @@ async function getStatusTextgen() {
12621262 }
12631263 if (old_value !== max_context) {
12641264 console.log(`Auto-switched max context from ${old_value} to ${max_context}`);
12651265 toastr.info(`Context Size Changed: ${old_value} ⇒ ${max_context}`, 'Context Size Changed');
12661266 }
12671267 }
12681268 console.log(`We have chat template ${chat_template.split('\n')[0]}...`);