diff options
| author | Dhravya Shah <[email protected]> | 2025-09-13 22:09:40 -0700 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2025-09-13 22:09:40 -0700 |
| commit | 90fd19f2156e28845d9288ea8ffc2d7d9573b77a (patch) | |
| tree | e630e3943d70b688c42a762c11c745159e1d6771 /packages/tools | |
| parent | Merge branch 'main' of https://github.com/supermemoryai/supermemory (diff) | |
| download | supermemory-90fd19f2156e28845d9288ea8ffc2d7d9573b77a.tar.xz supermemory-90fd19f2156e28845d9288ea8ffc2d7d9573b77a.zip | |
update: Readme
Diffstat (limited to 'packages/tools')
| -rw-r--r-- | packages/tools/README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/tools/README.md b/packages/tools/README.md index dfbf472c..61f1c042 100644 --- a/packages/tools/README.md +++ b/packages/tools/README.md @@ -7,13 +7,13 @@ This package provides supermemory tools for both AI SDK and OpenAI function call ## Installation ```bash -npm install @supermemory/ai-sdk +npm install @supermemory/tools # or -bun add @supermemory/ai-sdk +bun add @supermemory/tools # or -pnpm add @supermemory/ai-sdk +pnpm add @supermemory/tools # or -yarn add @supermemory/ai-sdk +yarn add @supermemory/tools ``` ## Usage @@ -152,4 +152,4 @@ Adds a new memory to the system. ```env SUPERMEMORY_API_KEY=your_supermemory_api_key SUPERMEMORY_BASE_URL=https://your-custom-url # optional -```
\ No newline at end of file +``` |