Skip to content

Commit

Permalink
Fix small typo in the docs (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
TasseDeCafe authored Mar 28, 2024
1 parent c3ecd86 commit 57e5d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/ai-core/openai.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const model = openai.chat('gpt-3.5-turbo', {

## Completion Models

YouYou can create models that call the [OpenAI completions API](https://platform.openai.com/docs/api-reference/completions) using the `.completion()` factory method.
You can create models that call the [OpenAI completions API](https://platform.openai.com/docs/api-reference/completions) using the `.completion()` factory method.
The first argument is the model id.
Currently only `gpt-3.5-turbo-instruct` is supported.

Expand Down

0 comments on commit 57e5d34

Please sign in to comment.