From 843de746a33ff63f926c4b497203a7a7368f11ca Mon Sep 17 00:00:00 2001 From: Arun Chandrasekhar <14188700+achandmsft@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:37:05 -0800 Subject: [PATCH] Update README.md to remove --prerelease Fixing --prerelease in package install since it's now stable --- sdk/openai/Azure.AI.OpenAI/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/openai/Azure.AI.OpenAI/README.md b/sdk/openai/Azure.AI.OpenAI/README.md index 21d43a4d704a2..4e11592ca0ed2 100644 --- a/sdk/openai/Azure.AI.OpenAI/README.md +++ b/sdk/openai/Azure.AI.OpenAI/README.md @@ -22,7 +22,7 @@ These prerequisites allow you to create an Azure OpenAI resource and get both a Install the client library for .NET with [NuGet](https://www.nuget.org/): ```dotnetcli -dotnet add package Azure.AI.OpenAI --prerelease +dotnet add package Azure.AI.OpenAI ``` The `Azure.AI.OpenAI` package builds on the [official OpenAI package](https://www.nuget.org/packages/OpenAI), which is included as a dependency.