Skip to content

Commit 8589c7d

Browse files
authored
Merge pull request #107003 from mjimison/patch-2
Typo fix
2 parents 3a8bff3 + 9d680b4 commit 8589c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cognitive-services/openai/includes/chat-markup-language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords: ChatGPT
1414
## Working with the ChatGPT models (preview)
1515

1616
> [!NOTE]
17-
> The Chat Completion API is the recommended method of interacting with the ChatGPT (gtp-45-turbo) models.
17+
> The Chat Completion API is the recommended method of interacting with the ChatGPT (gpt-45-turbo) models.
1818
1919
The following code snippet shows the most basic way to use the ChatGPT models with ChatML. If this is your first time using these models programmatically we recommend starting with our [ChatGPT & GPT-4 Quickstart](../chatgpt-quickstart.md).
2020

@@ -290,4 +290,4 @@ assert tokens == [100264, 882, 198, 9906, 100265, 100264, 78191]
290290

291291
* [Learn more about Azure OpenAI](../overview.md).
292292
* Get started with the ChatGPT model with [the ChatGPT quickstart](../chatgpt-quickstart.md).
293-
* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples)
293+
* For more examples, check out the [Azure OpenAI Samples GitHub repository](https://github.com/Azure/openai-samples)

0 commit comments

Comments
 (0)