mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-22 23:18:27 +01:00
Split auto-switch toast
This commit is contained in:
parent
4a7a11dfd5
commit
56c99000c4
@ -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]}...`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user