mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-31 06:45:17 +01:00
chore: improve meili error handling
This commit is contained in:
parent
68979015c1
commit
655e7ce6d6
9 changed files with 182 additions and 64 deletions
|
|
@ -26,8 +26,8 @@ BING_TOKEN=
|
|||
# this is taken care of you if you use the docker-compose file.
|
||||
# SEARCH=TRUE
|
||||
SEARCH=
|
||||
MEILI_HOST='http://localhost:7700'
|
||||
MEILI_HTTP_ADDR='http://localhost:7700'
|
||||
MEILI_HOST='http://0.0.0.0:7700'
|
||||
MEILI_HTTP_ADDR='0.0.0.0:7700'
|
||||
# needs a secure key, feel free to generate your own.
|
||||
MEILI_MASTER_KEY=WjRvKvpelIYHa4dlcDGsdT9c0CKRbY-4VcuCQ1iZPcc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue