A GPT-3-based tool that uses the input prompts to generate several commit messages that conform to the Conventional Commits specifications.
A GPT-3 based Conventional Commits Generator
Rename .env.example
to .env.local
:
cp .env.example .env.local
then, update OPENAI_API_KEY
with your OpenAI secret key.
Next, run Next.js in development mode:
npm install
npm run dev
# or
yarn
yarn dev
The app should be up and running at http://localhost:3000.
Deploy it to the cloud with Vercel (Documentation).