diff options
| author | Dhravya Shah <[email protected]> | 2025-10-03 02:37:30 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-10-03 02:37:30 -0700 |
| commit | c65f4e97ac1a41272da2cc59ec1e2d6a88efbd70 (patch) | |
| tree | 66f2a7cc36da315ce82fb30fc1f1408d69409133 /apps/docs/memory-api | |
| parent | fix: tools files (diff) | |
| download | supermemory-c65f4e97ac1a41272da2cc59ec1e2d6a88efbd70.tar.xz supermemory-c65f4e97ac1a41272da2cc59ec1e2d6a88efbd70.zip | |
fix: docs
Diffstat (limited to 'apps/docs/memory-api')
| -rw-r--r-- | apps/docs/memory-api/sdks/openai-plugins.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/docs/memory-api/sdks/openai-plugins.mdx b/apps/docs/memory-api/sdks/openai-plugins.mdx index 2fb0a789..6550cee3 100644 --- a/apps/docs/memory-api/sdks/openai-plugins.mdx +++ b/apps/docs/memory-api/sdks/openai-plugins.mdx @@ -142,7 +142,7 @@ tools = SupermemoryTools( import { supermemoryTools } from "@supermemory/tools/openai" const tools = supermemoryTools(process.env.SUPERMEMORY_API_KEY!, { - projectId: "your-project-id", + containerTags: ["your-user-id"], baseUrl: "https://custom-endpoint.com", // optional }) ``` |