Skip to content

Adds buttons to quickly set a context size without having to use a slider or type in a number.

License

Notifications You must be signed in to change notification settings

SillyTavern/Extension-QuickContextSize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Context Buttons

Adds buttons to quickly set a context size without having to use a slider or type in a number.

Installation

No special requirements. Install via built-in extensions installer.

https://github.com/SillyTavern/Extension-QuickContextSize

Tips

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 ||

License

AGPL-3.0

About

Adds buttons to quickly set a context size without having to use a slider or type in a number.

Topics

Resources

License

Stars

Watchers

Forks