mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-22 06:00:56 +02:00
7 lines
No EOL
212 B
Text
7 lines
No EOL
212 B
Text
OPENAI_KEY=
|
|
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"
|
|
CHATGPT_TOKEN=""
|
|
BING_TOKEN="" |