This is a ChatGPT assistant palette app based off of the OpenAI API quickstart tutorial. It uses the Next.js framework with React. Follow the instructions below to get set up.
-
Be sure to 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
.envfile -
Run the app
$ npm run dev
You should now be able to access the app at http://localhost:3000!