fix api-reference for nodejs

This commit is contained in:
Dev-Khant
2024-11-07 12:52:30 +05:30
parent 3731965537
commit 6f051036d9

View File

@@ -48,7 +48,7 @@ import { MemoryClient } from "mem0ai";
// Recommended: Using organization and project IDs
const client = new MemoryClient({
orgId: "YOUR_ORG_ID",
organizationId: "YOUR_ORG_ID",
projectId: "YOUR_PROJECT_ID"
});
```