Skip to content

Commit 6a97191

Browse files
memory file name
1 parent f5775ae commit 6a97191

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/memory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export interface APIMemory {
2020
type: string
2121
}
2222

23-
const MEMORIES_FILE = "memories.json"
23+
const MEMORIES_FILE = "pearai_memories.json"
2424

2525
function convertToAPIMemory(localMemory: Memory): APIMemory {
2626
return {

0 commit comments

Comments
 (0)