From 57e5d349561abf4a9857fb74941deeb4bb0c21a3 Mon Sep 17 00:00:00 2001 From: TasseDeCafe <44320355+TasseDeCafe@users.noreply.github.com> Date: Thu, 28 Mar 2024 23:54:43 +0700 Subject: [PATCH] Fix small typo in the docs (#1251) --- docs/pages/docs/ai-core/openai.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.