An open API service indexing awesome lists of open source software.

https://github.com/paractmol/llm_scripts

Generate a commit message with Illama and Python
https://github.com/paractmol/llm_scripts

gpt4all llama2 llm python

Last synced: about 1 month ago
JSON representation

Generate a commit message with Illama and Python

Awesome Lists containing this project

README

          

# LLM scripts

### git-commit.py

The script leveraging the use of gpt4all to generate Git commit messages.
Here's what you can see below:

```fish
~> python3.11 git-commit.py
Generating commit message...
Commit message: Improved README with example usage 📄💻
Do you like the commit message? ([y]es/[n]o/[e]dit/[r]etry):
```