mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-27 21:58:51 +01:00
📝 docs: add env changes to breaking_changes.md and minor fixes (#1812)
* 📝 docs: add env changes to breacking_changes.md * 📝 docs: replace example in docker_override.md * 📝 docs: fix images in zeabur.md
This commit is contained in:
parent
5291d18f38
commit
7442955a1d
5 changed files with 85 additions and 15 deletions
|
|
@ -841,3 +841,26 @@ Mail address for from field. It is **REQUIRED** to set a value here (even if it'
|
|||
```bash
|
||||
EMAIL_FROM=noreply@librechat.ai
|
||||
```
|
||||
|
||||
### Other
|
||||
|
||||
- **Redis:** Redis support is experimental, you may encounter some problems when using it.
|
||||
|
||||
> If using Redis, you should flush the cache after changing any LibreChat settings
|
||||
|
||||
```bash
|
||||
REDIS_URI=
|
||||
USE_REDIS=
|
||||
```
|
||||
|
||||
- **Birthday Hat:** Give the AI Icon a Birthday Hat 🥳
|
||||
|
||||
> Will show automatically on February 11th (LibreChat's birthday)
|
||||
|
||||
> Set this to `false` to disable the birthday hat
|
||||
|
||||
> Set to `true` to enable all the time.
|
||||
|
||||
```bash
|
||||
SHOW_BIRTHDAY_ICON=true
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue