mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Increase unlocked slider limits
This commit is contained in:
@ -71,8 +71,8 @@ export {
|
||||
|
||||
export const MAX_CONTEXT_DEFAULT = 8192;
|
||||
export const MAX_RESPONSE_DEFAULT = 2048;
|
||||
const MAX_CONTEXT_UNLOCKED = 200 * 1024;
|
||||
const MAX_RESPONSE_UNLOCKED = 32 * 1024;
|
||||
const MAX_CONTEXT_UNLOCKED = 512 * 1024;
|
||||
const MAX_RESPONSE_UNLOCKED = 64 * 1024;
|
||||
const unlockedMaxContextStep = 512;
|
||||
const maxContextMin = 512;
|
||||
const maxContextStep = 64;
|
||||
|
Reference in New Issue
Block a user