diff --git a/libs/partners/openai/langchain_openai/chat_models/azure.py b/libs/partners/openai/langchain_openai/chat_models/azure.py index 58170a6d147..d8bcf99d0b7 100644 --- a/libs/partners/openai/langchain_openai/chat_models/azure.py +++ b/libs/partners/openai/langchain_openai/chat_models/azure.py @@ -67,7 +67,8 @@ class AzureChatOpenAI(BaseChatOpenAI): Key init args — client params: api_version: str - Azure OpenAI API version to use. See more on the different versions here: + Azure OpenAI REST API version to use (distinct from the version of the + underlying model). See more on the different versions here: https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#rest-api-versioning timeout: Union[float, Tuple[float, float], Any, None] Timeout for requests.