Nextjs frontend starter kit for connecting to API at https://github.com/hochoy/node-chatgpt-starter
To get started:
# first, spin up a compatible API server at localhost:4000
# you can follow the instructions at https://github.com/hochoy/node-chatgpt-starter
# or edit `./pages/api/chatgpt.js` to make a different http request or communicate with a different service
git clone [email protected]:hochoy/nextjs-chatgpt-starter.git
npm install
npm run dev
Guides: