Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/docs/workers-ai/configuration/ai-sdk.mdx
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -124,4 +124,4 @@ export default {
return Response.json(result.object);
},
};
```
```
Loading