mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-01 17:13:22 +00:00
community[patch]: Fix typo in class Docstring (#14982)
- **Description:** Fix typo in class Docstring to replace AZURE_OPENAI_API_ENDPOINT by AZURE_OPENAI_ENDPOINT - **Issue:** the issue #14901 - **Dependencies:** NA - **Twitter handle:** Co-authored-by: Yacine Bouakkaz <Yacine.Bouakkaz@evokegroup.com>
This commit is contained in:
parent
320c3ae4c8
commit
300c1cbf92
@ -26,7 +26,7 @@ class AzureChatOpenAI(ChatOpenAI):
|
||||
In addition, you should have the ``openai`` python package installed, and the
|
||||
following environment variables set or passed in constructor in lower case:
|
||||
- ``AZURE_OPENAI_API_KEY``
|
||||
- ``AZURE_OPENAI_API_ENDPOINT``
|
||||
- ``AZURE_OPENAI_ENDPOINT``
|
||||
- ``AZURE_OPENAI_AD_TOKEN``
|
||||
- ``OPENAI_API_VERSION``
|
||||
- ``OPENAI_PROXY``
|
||||
|
Loading…
Reference in New Issue
Block a user