You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/dotnet-migration.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: How to migrate from Azure.AI.OpenAI 1.0 Beta to 2.0
3
3
titleSuffix: Azure OpenAI Service
4
-
description: Learn about migrating to the latest release of the Azure OpenAI package for C#.
4
+
description: Learn about migrating to the latest release of the Azure OpenAI package for .NET.
5
5
author: mrbullwinkle
6
6
ms.author: mbullwin
7
7
ms.service: azure-ai-openai
8
-
ms.custom: devx-track-python
8
+
ms.custom: devx-track-dotnet
9
9
ms.topic: how-to
10
-
ms.date: 11/18/2024
10
+
ms.date: 11/19/2024
11
11
manager: nitinme
12
12
---
13
13
@@ -21,13 +21,13 @@ manager: nitinme
21
21
22
22
Stable releases of `Azure.AI.OpenAI` are associated with a corresponding stable Azure OpenAI Service API version label, for example, `2024-10-21`.
23
23
24
-
```cmd
24
+
```dotnetcli
25
25
dotnet add package Azure.AI.OpenAI
26
26
```
27
27
28
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`.
0 commit comments