Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 295 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 295 Bytes

OpenAI API Demo

Very basic demo of using the OpenAI API using their openai Node.js library.

Usage

  1. In the terminal, type npm install nodemon
  2. Then in the terminal again, type nodemon
  3. Finally visit http://localhost:3000/testing?message= and write a query into the browser!