Skip to content

ryanjaffe/huxley-chatgpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenAI Assistant Palette

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.

Setup

  1. 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
  2. Add your API key to the newly created .env file

  3. Run the app

    $ npm run dev

You should now be able to access the app at http://localhost:3000!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors