diff --git a/src/content/docs/workers-ai/configuration/ai-sdk.mdx b/src/content/docs/workers-ai/configuration/ai-sdk.mdx index 2c0fbe6e1cbbd8a..c5b8d38b84c629f 100644 --- a/src/content/docs/workers-ai/configuration/ai-sdk.mdx +++ b/src/content/docs/workers-ai/configuration/ai-sdk.mdx @@ -1,12 +1,12 @@ --- pcx_content_type: configuration -title: AI SDK +title: Vercel AI SDK sidebar: order: 3 --- -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. ## Setup @@ -124,4 +124,4 @@ export default { return Response.json(result.object); }, }; -``` \ No newline at end of file +```