LibreChat/api/.env.example

13 lines
264 B
Text
Raw Normal View History

2023-03-06 15:56:25 -05:00
OPENAI_KEY=
HOST=
2023-03-06 15:56:25 -05:00
PORT=3080
NODE_ENV=development
2023-03-06 21:12:36 -05:00
# 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=
2023-03-06 15:56:25 -05:00
CHATGPT_TOKEN=""
BING_TOKEN=""