diff --git a/sdk/ai/azure-ai-inference/CHANGELOG.md b/sdk/ai/azure-ai-inference/CHANGELOG.md index ba8b86cdcd1..2d32b28ae69 100644 --- a/sdk/ai/azure-ai-inference/CHANGELOG.md +++ b/sdk/ai/azure-ai-inference/CHANGELOG.md @@ -7,7 +7,7 @@ * Added support for chat completion messages with `developer` role. * Updated package document with an example of how to set custom HTTP request headers, and an example of providing chat completion "messages" as an array of Python `dict` objects. -* Add a descriptive exception error message when `load_client` function or +* Add a descriptive Exception error message when `load_client` function or `get_model_info` method fails to run on an endpoint that does not support the `/info` route. ### Bugs Fixed