Skip to content

A GPT-3-based tool that generates Conventional Commits specification commit messages

Notifications You must be signed in to change notification settings

hsuanxyz/commit-gpt

Repository files navigation

Conventional Commits Generator

A GPT-3-based tool that uses the input prompts to generate several commit messages that conform to the Conventional Commits specifications.

web site screenshot

Online use

A GPT-3 based Conventional Commits Generator

One-Click Deploy

Deploy with Vercel

Set up environment variables

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).

About

A GPT-3-based tool that generates Conventional Commits specification commit messages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published