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() {
1262 }1262 }
1263 if (old_value !== max_context) {1263 if (old_value !== max_context) {
1264 console.log(`Auto-switched max context from ${old_value} to ${max_context}`);1264 console.log(`Auto-switched max context from ${old_value} to ${max_context}`);
1265 toastr.info(`Context Size Changed: ${old_value} ⇒ ${max_context}`);1265 toastr.info(`${old_value} ⇒ ${max_context}`, 'Context Size Changed');
1266 }1266 }
1267 }1267 }
1268 console.log(`We have chat template ${chat_template.split('\n')[0]}...`);1268 console.log(`We have chat template ${chat_template.split('\n')[0]}...`);