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