Skip to content

A simple hackathon starter project to build an express server that allows for ChatGPT communication, either by API or through a simple web interface.

License

Notifications You must be signed in to change notification settings

MakeStartups/chatgpt-express-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chatgpt-express-starter

A simple hackathon starter project to build an express server that allows for ChatGPT communication, either by API or through a simple web interface.

installation

$ npm install
$ cp dotenv .env

OpenAI API Key

Get or generate an OpenAI API Key from: https://platform.openai.com/account/api-keys

Edit .env and add your ChatGPT API Key.

running

$ npm run dev
... nodemon stuff ...
Web Server Starting on port 3333.

Navigate to http://localhost:3333/

Questions

This starter project was developed to give you a quick working program to use for hackathons and things like that.

Join our Discord!

https://discord.gg/PF6SGAgZhK

About

A simple hackathon starter project to build an express server that allows for ChatGPT communication, either by API or through a simple web interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published