Adjust max context step

This commit is contained in:
Cohee 2023-12-03 14:02:38 +02:00
parent a3bc51bcea
commit 5fb0807dcc
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export {
export const MAX_CONTEXT_DEFAULT = 8192; export const MAX_CONTEXT_DEFAULT = 8192;
const MAX_CONTEXT_UNLOCKED = 200 * 1000; const MAX_CONTEXT_UNLOCKED = 200 * 1000;
const unlockedMaxContextStep = 1024; const unlockedMaxContextStep = 512;
const maxContextMin = 512; const maxContextMin = 512;
const maxContextStep = 256; const maxContextStep = 256;