AI-powered tool to generate commit messages from git diff.
- Python 3.9
- Groq API
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
- Go to https://console.groq.com
- Create an API key
- Add it to .env under AI_API_KEY
- Stage your changes:
git add .
- Generate commit message:
python3 main.py