diff --git a/README.md b/README.md index c7cbab9..ac50a2f 100644 --- a/README.md +++ b/README.md @@ -772,9 +772,9 @@ You may also replace the default `http.Client` with accepted (this overwrites any previous client) and receives requests after any middleware has been applied. -## Microsoft Azure OpenAI +## Azure OpenAI in Azure AI Foundry Models -To use this library with [Azure OpenAI]https://learn.microsoft.com/azure/ai-services/openai/overview), +To use this library with [Azure OpenAI in Azure AI Foundry Models](https://learn.microsoft.com/azure/ai-services/openai/overview), use the option.RequestOption functions in the `azure` package. ```go @@ -790,7 +790,7 @@ func main() { const azureOpenAIEndpoint = "https://.openai.azure.com" // The latest API versions, including previews, can be found here: - // ttps://learn.microsoft.com/en-us/azure/ai-services/openai/reference#rest-api-versionng + // https://learn.microsoft.com/azure/ai-services/openai/reference#rest-api-versioning const azureOpenAIAPIVersion = "2024-06-01" tokenCredential, err := azidentity.NewDefaultAzureCredential(nil)