Skip to content

Commit 3ac34cc

Browse files
committed
docs: add openai link on basic usage
1 parent aa44ef1 commit 3ac34cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/content/docs/(get-started)/basic-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For example, here’s how you can generate text with various models using the AI
88

99
### Enable the [Provider](/docs/#model-providers) of your choice
1010

11-
You can enable the provider you want by using the feature flag of the provider. e.g. for OpenAI
11+
You can enable the provider you want by using the feature flag of the provider. e.g. for [OpenAI](/docs/providers/openai)
1212

1313
```bash
1414
cargo add aisdk --features openai # anthropic, google or any other provider

0 commit comments

Comments
 (0)