mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-05 13:36:47 +01:00
Adjust max context step
This commit is contained in:
parent
a3bc51bcea
commit
5fb0807dcc
@ -49,7 +49,7 @@ export {
|
||||
|
||||
export const MAX_CONTEXT_DEFAULT = 8192;
|
||||
const MAX_CONTEXT_UNLOCKED = 200 * 1000;
|
||||
const unlockedMaxContextStep = 1024;
|
||||
const unlockedMaxContextStep = 512;
|
||||
const maxContextMin = 512;
|
||||
const maxContextStep = 256;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user