upgraded memory to a max of 8000. change it in config.js if u dont want that.

This commit is contained in:
Luna
2026-03-01 11:56:35 +01:00
parent 4d8c536e49
commit 13fbbbf52e

View File

@@ -34,7 +34,7 @@ export const config = {
legacyMemoryFile, legacyMemoryFile,
summaryTriggerChars: 3000, summaryTriggerChars: 3000,
memoryPruneThreshold: 0.2, memoryPruneThreshold: 0.2,
maxMemories: 200, maxMemories: 8000,
relevantMemoryCount: 5, relevantMemoryCount: 5,
// Proactive continuation settings: when a user stops replying, Nova can continue // Proactive continuation settings: when a user stops replying, Nova can continue
// the conversation every `continuationIntervalMs` milliseconds until the user // the conversation every `continuationIntervalMs` milliseconds until the user