We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5775ae commit 6a97191Copy full SHA for 6a97191
1 file changed
src/utils/memory.ts
@@ -20,7 +20,7 @@ export interface APIMemory {
20
type: string
21
}
22
23
-const MEMORIES_FILE = "memories.json"
+const MEMORIES_FILE = "pearai_memories.json"
24
25
function convertToAPIMemory(localMemory: Memory): APIMemory {
26
return {
0 commit comments