This project is a simple CLI to generate commit message with the help of an IA. The IA is provided by Ollama and the model is Mistral.
npm install commit-ia -g
- Install Ollama Ollama
- Install Llama3 Model
ollama run llama3:8b
- Be sure to Ollama serve is running
ollama serve
- Install Llama3 Model
commit-ia
- Enjoy the magic 🚀
This project is licensed under the MIT License - see the LICENSE file for details.
- Fork repo
- Add you features or fix bugs
- Create a pull request
- Wait for approval
- Done 🚀