diff --git a/docs/pages/docs/ai-core/openai.mdx b/docs/pages/docs/ai-core/openai.mdx index aa526a942000..3a9499b6c99d 100644 --- a/docs/pages/docs/ai-core/openai.mdx +++ b/docs/pages/docs/ai-core/openai.mdx @@ -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.