[Bug]: OpenAI Azure Endpoint not showing #703
Answered
by
danny-avila
thunderbug1
asked this question in
Troubleshooting
-
Contact DetailsNo response What happened?I am using [email protected] backend from ghcr.io/danny-avila/librechat:latest I configured the following settings but the Azure OpenAI endpoint is not selectable :
Steps to Reproduce
What browsers are you seeing the problem on?Chrome Relevant log outputNo response ScreenshotsCode of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
danny-avila
Jul 26, 2023
Replies: 1 comment 1 reply
-
I had to change the environment variable from AZURE_OPENAI_API_KEY to AZURE_API_KEY, because the former would be read by langchain and cause issues when a user has both Azure and OpenAI keys set. This is a known issue in the langchain library langchain-ai/langchainjs#1687 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
danny-avila
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had to change the environment variable from AZURE_OPENAI_API_KEY to AZURE_API_KEY, because the former would be read by langchain and cause issues when a user has both Azure and OpenAI keys set. This is a known issue in the langchain library langchain-ai/langchainjs#1687