1.0.0 • Published 2 years ago

chatgpt-with-nodejs v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

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
1.0.0

2 years ago