Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 253 Bytes

Readme.md

File metadata and controls

16 lines (12 loc) · 253 Bytes

MERN Voice based AI Chatbot

# setup env variables

cd backend/
touch .env

# add following env variables

JWT_SECRET='your_jwt_secret'
NODE_ENV='development || production'
OPENAI_API_KEY='your_openai_api_key'
PORT=5000
MONGO_URI='your_db_url'