From abef8c02c1d2ac99920da4e6ce1d42600ba89d1a Mon Sep 17 00:00:00 2001 From: Danny Avila <110412045+danny-avila@users.noreply.github.com> Date: Wed, 26 Jul 2023 08:44:51 -0400 Subject: [PATCH] Update breaking_changes.md --- docs/general_info/breaking_changes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/general_info/breaking_changes.md b/docs/general_info/breaking_changes.md index 33e98ae218..d7b1c64294 100644 --- a/docs/general_info/breaking_changes.md +++ b/docs/general_info/breaking_changes.md @@ -52,6 +52,12 @@ ANTHROPIC_MODELS=claude-1,claude-instant-1,claude-2 - Choose from ANTHROPIC_MODELS which models you want to enable 🤖 +## v0.5.3 + +Changed **AZURE_OPENAI_API_KEY** to **AZURE_API_KEY**: + +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 https://github.com/hwchase17/langchainjs/issues/1687 + ## v0.5.0 **Note: These changes only apply to users who are updating from a previous version of the app.**