Split auto-switch toast

This commit is contained in:
Cohee 2024-11-30 18:21:15 +02:00
parent 4a7a11dfd5
commit 56c99000c4

View File

@ -1262,7 +1262,7 @@ async function getStatusTextgen() {
}
if (old_value !== max_context) {
console.log(`Auto-switched max context from ${old_value} to ${max_context}`);
toastr.info(`Context Size Changed: ${old_value}${max_context}`);
toastr.info(`${old_value}${max_context}`, 'Context Size Changed');
}
}
console.log(`We have chat template ${chat_template.split('\n')[0]}...`);