From 300c1cbf92fe1b3dc29f85030137120505dbbfb9 Mon Sep 17 00:00:00 2001 From: Yacine Date: Wed, 20 Dec 2023 22:03:45 -0500 Subject: [PATCH] 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 --- libs/community/langchain_community/chat_models/azure_openai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/community/langchain_community/chat_models/azure_openai.py b/libs/community/langchain_community/chat_models/azure_openai.py index b82c379e1d3..f6284324a95 100644 --- a/libs/community/langchain_community/chat_models/azure_openai.py +++ b/libs/community/langchain_community/chat_models/azure_openai.py @@ -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``