chatgpt-with-nodejs
v1.0.0
Published
In this project we will use the nodejs openai library to interact with the ChatGPT apis
Downloads
1
Readme
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