We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e40126 commit 772eb31Copy full SHA for 772eb31
1 file changed
README.md
@@ -26,21 +26,6 @@ pnpm add @stackone/ai
26
bun add @stackone/ai
27
```
28
29
-### Optional: AI SDK Integration
30
-
31
-If you plan to use the AI SDK integration (Vercel AI SDK), install it separately:
32
33
-```bash
34
-# Using npm
35
-npm install ai
36
37
-# Using yarn
38
-yarn add ai
39
40
-# Using pnpm
41
-pnpm add ai
42
-```
43
44
## Usage
45
46
```typescript
0 commit comments