ChatGPT with NodeJS

In this project we will use the nodejs openai library to interact with the ChatGPT apis

Create environment file

touch .env

put below contents in the file

OPENAI_API_KEY="your-open-api-key"

Run the script

node index.js