Skip to content

Commit 020ade2

Browse files
authored
Update chat-completion.md
1 parent 0d05c7f commit 020ade2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/includes/chat-completion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords: ChatGPT
1414

1515
## Work with the GPT-3.5-Turbo and GPT-4 models
1616

17-
The following code snippet shows the most basic way to use the GPT-3.5-Turbo and GPT-4 models with the Chat Completion API. If this is your first time using these models programmatically, we recommend that you start with our [GPT-3.5-Turbo & GPT-4 Quickstart](../chatgpt-quickstart.md).
17+
The following code snippet shows the most basic way to use the GPT-3.5-Turbo and GPT-4 models with the Chat Completion API. If this is your first time using these models programmatically, we recommend that you start with the [GPT-3.5-Turbo and GPT-4 quickstart](../chatgpt-quickstart.md).
1818

1919
> [!NOTE]
2020
> In the Azure OpenAI documentation, we refer to GPT-3.5-Turbo and GPT-35-Turbo interchangeably. The official name of the model on OpenAI is `gpt-3.5-turbo`. For Azure OpenAI, because of Azure-specific character constraints, the underlying model name is `gpt-35-turbo`.

0 commit comments

Comments
 (0)