Auto commit is a AI assistant that helps you to commit your changes to git.
Using Ollama to generate the commit message.
- Install Ollama
ollama pull qwen2.5-coder:7b
pip install -r requirements.txt
export AC_OLLAMA_URL='http://your.ollama.server.url'
export AC_OLLAMA_MODEL='your.ollama.model.name'
python commit.py -a -m "Your additional commit message"