upgraded memory to a max of 8000. change it in config.js if u dont want that.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user