mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Split auto-switch toast
This commit is contained in:
@ -1262,7 +1262,7 @@ async function getStatusTextgen() {
|
|||||||
}
|
}
|
||||||
if (old_value !== max_context) {
|
if (old_value !== max_context) {
|
||||||
console.log(`Auto-switched max context from ${old_value} to ${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]}...`);
|
console.log(`We have chat template ${chat_template.split('\n')[0]}...`);
|
||||||
|
Reference in New Issue
Block a user