Double the long memory length

This commit is contained in:
SillyLossy
2023-04-06 16:13:28 +03:00
parent 64432edecd
commit 1a98ef22ab

View File

@ -19,7 +19,7 @@ const saveChatDebounced = debounce(() => getContext().saveChat(), 2000);
const defaultSettings = { const defaultSettings = {
minLongMemory: 16, minLongMemory: 16,
maxLongMemory: 512, maxLongMemory: 1024,
longMemoryLength: 128, longMemoryLength: 128,
shortMemoryLength: 512, shortMemoryLength: 512,
minShortMemory: 128, minShortMemory: 128,