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
- Host: GitHub
- URL: https://github.com/paractmol/llm_scripts
- Owner: paractmol
- License: apache-2.0
- Created: 2024-07-12T22:35:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T10:23:22.000Z (over 1 year ago)
- Last Synced: 2026-01-13T11:34:07.817Z (about 1 month ago)
- Topics: gpt4all, llama2, llm, python
- Language: Python
- Homepage: https://blog.paractmol.cc/make-your-first-llm-commit-message-ca7a2400b9c3
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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):
```