Awesome
Code Samples for OpenAI & ChatGPT API
This repo contains code samples using the OpenAI API.
Setup
-
If you don’t have Node.js installed, install it from here
-
Clone this repository
-
Install the requirements
$ npm install
-
Make a copy of the example environment variables file
On Linux systems:
$ cp .env.example .env
On Windows:
$ copy .env.example .env
-
Add your API key to the newly created
.env
file -
Run the app
$ node xxx.js