openai[patch]: clarify docs on api_version in docstring for AzureChatOpenAI (#31502)

This commit is contained in:
ccurme 2025-06-05 12:06:22 -04:00 committed by GitHub
parent 815bfa5408
commit 6d6f305748
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.