Skip to content

Commit a1527d8

Browse files
author
Derek Legenzoff
committed
fixing links
1 parent 4d0c0f1 commit a1527d8

File tree

1 file changed

+2
-2
lines changed
  • articles/cognitive-services/openai/how-to

1 file changed

+2
-2
lines changed

articles/cognitive-services/openai/how-to/chatgpt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Consider setting `max_tokens` to a slightly higher value than normal such as 300
5151
> [!NOTE]
5252
> `gpt-35-turbo` is equivalent to the `gpt-3.5-turbo` model from OpenAI.
5353
54-
Unlike previous GPT-3 and GPT-3.5 models, the `gpt-35-turbo` model will continue to be updated. When creating a [deployment](../create-resource.md#deploy-a-model) of `gpt-35-turbo`, you'll also need to specify a model version.
54+
Unlike previous GPT-3 and GPT-3.5 models, the `gpt-35-turbo` model will continue to be updated. When creating a [deployment](./create-resource.md#deploy-a-model) of `gpt-35-turbo`, you'll also need to specify a model version.
5555

56-
Currently, only version `"0301"` is available. This is equivalent to the `gpt-3.5-turbo-0301` model from OpenAI. We'll continue to make updated versions available in the future. You can find model deprecation times on our [models](../models.md) page.
56+
Currently, only version `"0301"` is available. This is equivalent to the `gpt-3.5-turbo-0301` model from OpenAI. We'll continue to make updated versions available in the future. You can find model deprecation times on our [models](../concepts/models.md) page.
5757

5858
One thing that's important to note is that Chat Markup Language (ChatML) will continue to evolve with the new versions of the model. You may need to make updates to your prompts when you upgrade to a new version of the model.
5959

0 commit comments

Comments
 (0)