forked from danny-avila/LibreChat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from danny-avila/main
Catchup with upstream
- Loading branch information
Showing
271 changed files
with
8,105 additions
and
3,588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,17 @@ | ||
**/.circleci | ||
**/.editorconfig | ||
**/.dockerignore | ||
**/.git | ||
**/.DS_Store | ||
**/.vscode | ||
**/node_modules | ||
client/dist/images | ||
|
||
# Specific patterns to ignore | ||
data-node | ||
.env | ||
**/.env | ||
meili_data* | ||
librechat* | ||
Dockerfile* | ||
docs | ||
|
||
# Ignore all hidden files | ||
.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,9 +24,12 @@ MONGO_URI=mongodb://127.0.0.1:27017/LibreChat | |
DOMAIN_CLIENT=http://localhost:3080 | ||
DOMAIN_SERVER=http://localhost:3080 | ||
|
||
NO_INDEX=true | ||
|
||
#===============# | ||
# Debug Logging # | ||
#===============# | ||
|
||
DEBUG_LOGGING=true | ||
DEBUG_CONSOLE=false | ||
|
||
|
@@ -174,7 +177,6 @@ ZAPIER_NLA_API_KEY= | |
SEARCH=true | ||
MEILI_NO_ANALYTICS=true | ||
MEILI_HOST=http://0.0.0.0:7700 | ||
MEILI_HTTP_ADDR=0.0.0.0:7700 | ||
MEILI_MASTER_KEY=DrhYf7zENyR6AlUCKmnz0eYASOQdl6zxH7s7MKFSfFCt | ||
|
||
#===================================================# | ||
|
@@ -185,6 +187,10 @@ MEILI_MASTER_KEY=DrhYf7zENyR6AlUCKmnz0eYASOQdl6zxH7s7MKFSfFCt | |
# Moderation # | ||
#========================# | ||
|
||
OPENAI_MODERATION=false | ||
OPENAI_MODERATION_API_KEY= | ||
# OPENAI_MODERATION_REVERSE_PROXY=not working with some reverse proxys | ||
|
||
BAN_VIOLATIONS=true | ||
BAN_DURATION=1000 * 60 * 60 * 2 | ||
BAN_INTERVAL=20 | ||
|
@@ -278,6 +284,17 @@ EMAIL_PASSWORD= | |
EMAIL_FROM_NAME= | ||
EMAIL_FROM=[email protected] | ||
|
||
#========================# | ||
# Firebase CDN # | ||
#========================# | ||
|
||
FIREBASE_API_KEY= | ||
FIREBASE_AUTH_DOMAIN= | ||
FIREBASE_PROJECT_ID= | ||
FIREBASE_STORAGE_BUCKET= | ||
FIREBASE_MESSAGING_SENDER_ID= | ||
FIREBASE_APP_ID= | ||
|
||
#==================================================# | ||
# Others # | ||
#==================================================# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.