Skip to content

Commit 15cfa36

Browse files
committed
update
1 parent 98e5e51 commit 15cfa36

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

articles/ai-services/openai/concepts/red-teaming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure OpenAI Service
44
description: Learn about how red teaming and adversarial testing are an essential practice in the responsible development of systems and features using large language models (LLMs)
55
ms.service: azure-ai-openai
66
ms.topic: conceptual
7-
ms.date: 11/30/2024
7+
ms.date: 03/27/2025
88
manager: nitinme
99
author: mrbullwinkle
1010
ms.author: mbullwin

articles/ai-services/openai/encrypt-data-at-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mrbullwinkle
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: conceptual
9-
ms.date: 12/02/2024
9+
ms.date: 03/27/2025
1010
ms.author: mbullwin
1111
---
1212

articles/ai-services/openai/how-to/business-continuity-disaster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Considerations for implementing Business Continuity and Disaster Re
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: how-to
8-
ms.date: 12/03/2024
8+
ms.date: 03/27/2025
99
author: mrbullwinkle
1010
ms.author: mbullwin
1111
recommendations: false

articles/ai-services/openai/how-to/chat-markup-language.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ author: mrbullwinkle #dereklegenzoff
66
ms.author: mbullwin #delegenz
77
ms.service: azure-ai-openai
88
ms.topic: how-to
9-
ms.date: 12/02/2024
9+
ms.date: 03/27/2025
1010
manager: nitinme
1111
keywords: ChatGPT
1212
---
1313

1414
# Chat Markup Language ChatML (Preview)
1515

1616
> [!IMPORTANT]
17-
> Using GPT-3.5-Turbo models with the completion endpoint as described in this article remains in preview and is only possible with `gpt-35-turbo` version (0301) which is [slated for retirement as early as August 1, 2024](../concepts/model-retirements.md#current-models). We strongly recommend using the [GA Chat Completion API/endpoint](./chatgpt.md). The Chat Completion API is the recommended method of interacting with the GPT-3.5-Turbo models. The Chat Completion API is also the only way to access the GPT-4 models.
17+
> Using GPT-3.5-Turbo models with the completion endpoint as described in this article remains in preview and is only possible with `gpt-35-turbo` version (0301) which was [retired for standard deployment in February 2025](../concepts/model-retirements.md#current-models). We strongly recommend using the [GA Chat Completion API/endpoint](./chatgpt.md) or the [Responses API](./responses.md). The Chat Completion API is the recommended method of interacting with the GPT-3.5-Turbo models. The Chat Completion API is also the only way to access the GPT-4 models.
1818
1919
The following code snippet shows the most basic way to use the GPT-3.5-Turbo models with ChatML. If this is your first time using these models programmatically we recommend starting with our [GPT-35-Turbo & GPT-4 Quickstart](../chatgpt-quickstart.md).
2020

articles/ai-services/openai/how-to/dotnet-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: mbullwin
77
ms.service: azure-ai-openai
88
ms.custom: devx-track-dotnet
99
ms.topic: how-to
10-
ms.date: 11/19/2024
10+
ms.date: 03/27/2025
1111
manager: nitinme
1212
---
1313

@@ -25,7 +25,7 @@ Stable releases of `Azure.AI.OpenAI` are associated with a corresponding stable
2525
dotnet add package Azure.AI.OpenAI
2626
```
2727

28-
Beta releases of `Azure.AI.OpenAI` are associated with a corresponding preview Azure OpenAI Service API version label, for example, `2024-10-01-preview`.
28+
Beta releases of `Azure.AI.OpenAI` are associated with a corresponding preview Azure OpenAI Service API version label, for example, `2024-03-01-preview`.
2929

3030
```dotnetcli
3131
dotnet add package Azure.AI.OpenAI --prerelease

0 commit comments

Comments
 (0)