Very basic demo of using the OpenAI API using their openai
Node.js library.
- In the terminal, type
npm install nodemon
- Then in the terminal again, type
nodemon
- Finally visit
http://localhost:3000/testing?message=
and write a query into the browser!