mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 12:20:04 +00:00
9 lines
153 B
Text
9 lines
153 B
Text
---
|
|
title: "Usage with OpenAI SDKs"
|
|
---
|
|
|
|
To use supermemory with the OpenAI SDKs,
|
|
|
|
```
|
|
import { memoryToolSchemas } from "@supermemory/tools/openai"
|
|
```
|