We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeccb3e commit d1ec0ecCopy full SHA for d1ec0ec
src/content/docs/workers-ai/configuration/ai-sdk.mdx
@@ -1,12 +1,12 @@
1
---
2
pcx_content_type: configuration
3
-title: AI SDK
+title: Vercel AI SDK
4
sidebar:
5
order: 3
6
7
8
9
-Workers AI can be used with the [AI SDK](https://sdk.vercel.ai/) for JavaScript and TypeScript codebases.
+Workers AI can be used with the [Vercel AI SDK](https://sdk.vercel.ai/) for JavaScript and TypeScript codebases.
10
11
## Setup
12
@@ -124,4 +124,4 @@ export default {
124
return Response.json(result.object);
125
},
126
};
127
-```
+```
0 commit comments