mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
13 lines
No EOL
264 B
Text
13 lines
No EOL
264 B
Text
OPENAI_KEY=
|
|
HOST=
|
|
PORT=3080
|
|
NODE_ENV=development
|
|
|
|
# Change this to your MongoDB URI if different and I recommend appending chatgpt-clone
|
|
MONGO_URI="mongodb://127.0.0.1:27017/chatgpt-clone"
|
|
|
|
# Change this to proxy any request.
|
|
PROXY=
|
|
|
|
CHATGPT_TOKEN=""
|
|
BING_TOKEN="" |