mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 13:06:03 +00:00
openai[patch]: clarify docs on api_version in docstring for AzureChatOpenAI (#31502)
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user