From f108dd5001af0606bf697bad9fc218109cfabade Mon Sep 17 00:00:00 2001 From: Angelos Petropoulos Date: Wed, 7 Aug 2024 12:55:56 -0500 Subject: [PATCH] Changed the wording to make it sound less like an optional recommendation and more like an instruction. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a3dce86..b0333937 100644 --- a/README.md +++ b/README.md @@ -678,7 +678,7 @@ The first image shows a red apple with a smooth skin and a single leaf, while th ## How to work with Azure OpenAI -For Azure OpenAI scenarios we recommend using the [Azure SDK](https://github.com/Azure/azure-sdk-for-net) and more specifically the [Azure OpenAI client library for .NET](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/README.md). +For Azure OpenAI scenarios use the [Azure SDK](https://github.com/Azure/azure-sdk-for-net) and more specifically the [Azure OpenAI client library for .NET](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/openai/Azure.AI.OpenAI/README.md). The Azure OpenAI client library for .NET is a companion to this library and all common capabilities between OpenAI and Azure OpenAI share the same scenario clients, methods, and request/response types. It is designed to make Azure specific scenarios straightforward, with extensions for Azure-specific concepts like Responsible AI content filter results and On Your Data integration.