mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
Update breaking_changes.md
This commit is contained in:
parent
19af2b06ce
commit
abef8c02c1
1 changed files with 6 additions and 0 deletions
|
|
@ -52,6 +52,12 @@ ANTHROPIC_MODELS=claude-1,claude-instant-1,claude-2
|
||||||
|
|
||||||
- Choose from ANTHROPIC_MODELS which models you want to enable 🤖
|
- 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
|
## v0.5.0
|
||||||
|
|
||||||
**Note: These changes only apply to users who are updating from a previous version of the app.**
|
**Note: These changes only apply to users who are updating from a previous version of the app.**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue