Skip to content

Commit 33f9fef

Browse files
committed
fix model
1 parent 009933b commit 33f9fef

File tree

1 file changed

+1
-4
lines changed
  • articles/ai-services/openai/includes

1 file changed

+1
-4
lines changed

articles/ai-services/openai/includes/dotnet.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.date: 07/26/2023
1919
- Access granted to the Azure OpenAI service in the desired Azure subscription.
2020
Currently, access to this service is granted only by application. You can apply for access to Azure OpenAI Service by completing the form at [https://aka.ms/oai/access](https://aka.ms/oai/access?azure-portal=true).
2121
- The current version of <a href="https://dotnet.microsoft.com/download/dotnet-core" target="_blank">.NET Core</a>
22-
- An Azure OpenAI Service resource with the `gpt-35-turbo` model deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
22+
- An Azure OpenAI Service resource with the `gpt-35-turbo-instruct` model deployed. For more information about model deployment, see the [resource deployment guide](../how-to/create-resource.md).
2323

2424
> [!div class="nextstepaction"]
2525
> [I ran into an issue with the prerequisites.](https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=DOTNET&Pillar=AOAI&Product=gpt&Page=quickstart&Section=Prerequisites)
@@ -70,9 +70,6 @@ dotnet add package Azure.AI.OpenAI --version 1.0.0-beta.17
7070

7171
From the project directory, open the *program.cs* file and replace with the following code:
7272

73-
> [!NOTE]
74-
> The completions API is only available
75-
7673
```csharp
7774
using Azure;
7875
using Azure.AI.OpenAI;

0 commit comments

Comments
 (0)