Adds buttons to quickly set a context size without having to use a slider or type in a number.
No special requirements. Install via built-in extensions installer.
https://github.com/SillyTavern/Extension-QuickContextSize
You can hide unneeded buttons with custom CSS or a slash command /qcs-toggle
.
/* Hide the 8k button */
.quick_context_size[data-size="8192"] {
display: none;
}
// Hide the 8k button ||
/qcs-toggle 8192 ||
AGPL-3.0