fix: docs

This commit is contained in:
Dhravya Shah 2025-10-03 02:37:30 -07:00
parent 698bd0e1cd
commit c65f4e97ac
7 changed files with 12 additions and 29 deletions

View file

@ -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
})
```