Skip to content

Commit

Permalink
docs: fix o3 guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalbanese committed Jan 31, 2025
1 parent 2f524b9 commit 1d5961e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/02-guides/04-o3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The AI SDK is the TypeScript toolkit designed to help developers build AI-powere

The AI SDK abstracts away the differences between model providers, eliminates boilerplate code for building chatbots, and allows you to go beyond text output to generate rich, interactive components.

At the center of the AI SDK is [AI SDK Core](/docs/ai-sdk-core/overview), which provides a unified API to call any LLM. The code snippet below is all you need to call OpenAI o1-mini with the AI SDK:
At the center of the AI SDK is [AI SDK Core](/docs/ai-sdk-core/overview), which provides a unified API to call any LLM. The code snippet below is all you need to call OpenAI o3-mini with the AI SDK:

```tsx
import { generateText } from 'ai';
Expand Down

0 comments on commit 1d5961e

Please sign in to comment.