mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 02:33:19 +00:00
openai[patch]: clarify docs on api_version in docstring for AzureChatOpenAI (#31502)
This commit is contained in:
parent
815bfa5408
commit
6d6f305748
@ -67,7 +67,8 @@ class AzureChatOpenAI(BaseChatOpenAI):
|
|||||||
|
|
||||||
Key init args — client params:
|
Key init args — client params:
|
||||||
api_version: str
|
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
|
https://learn.microsoft.com/en-us/azure/ai-services/openai/reference#rest-api-versioning
|
||||||
timeout: Union[float, Tuple[float, float], Any, None]
|
timeout: Union[float, Tuple[float, float], Any, None]
|
||||||
Timeout for requests.
|
Timeout for requests.
|
||||||
|
Loading…
Reference in New Issue
Block a user