use ollama to generate commit message
ollama pull llama3.2:latest
- 🐑 use
ollama
to generate commit message - 🐶 no api key required, use local LLM model
npm i -g @miaos/ollama-commit
- edit some files in your project
- use
git add
to add some changes - run
ollama-commit
in the root of your project
commit prefix with emoji
useEmoji=true ollama-commit
use custom model
model=llama3.2 ollama-commit
commit style follow Semantic Commit Messages style.