A simple hackathon starter project to build an express server that allows for ChatGPT communication, either by API or through a simple web interface.
$ npm install
$ cp dotenv .env
Get or generate an OpenAI API Key from: https://platform.openai.com/account/api-keys
Edit .env
and add your ChatGPT API Key.
$ npm run dev
... nodemon stuff ...
Web Server Starting on port 3333.
Navigate to http://localhost:3333/
This starter project was developed to give you a quick working program to use for hackathons and things like that.