mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Double the long memory length
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user