Skip to content

Commit 6d6f305

Browse files
authored
openai[patch]: clarify docs on api_version in docstring for AzureChatOpenAI (#31502)
1 parent 815bfa5 commit 6d6f305

File tree

1 file changed

+2
-1
lines changed
  • libs/partners/openai/langchain_openai/chat_models

1 file changed

+2
-1
lines changed

libs/partners/openai/langchain_openai/chat_models/azure.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ class AzureChatOpenAI(BaseChatOpenAI):
6767
6868
Key init args — client params:
6969
api_version: str
70-
Azure OpenAI API version to use. See more on the different versions here:
70+
Azure OpenAI REST API version to use (distinct from the version of the
71+
underlying model). See more on the different versions here:
7172
https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#rest-api-versioning
7273
timeout: Union[float, Tuple[float, float], Any, None]
7374
Timeout for requests.

0 commit comments

Comments
 (0)