You need to create API_KEY from platform.openai.com
Create config.env file in project
DATABASEURL = YOUR_MONGO_URL
JWT_SECRET = YOUR_JWT_SECRET_KEY
API_KEY = YOUR_GPT_API_KEY
npm install
npm run start
| Name | Name | Last commit date | ||
|---|---|---|---|---|
You need to create API_KEY from platform.openai.com
Create config.env file in project
DATABASEURL = YOUR_MONGO_URL
JWT_SECRET = YOUR_JWT_SECRET_KEY
API_KEY = YOUR_GPT_API_KEY
npm install
npm run start