Skip to content

Generate commit messages in any git repository using open source LLMs.

patrickstolc/commit-gpt-exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Commit GPT


Generate a commit message for a git repository using the LLM of your choice.

Note

The starter project assumes you're using a LLM that follows the OpenAI API format. For documentation of the OpenAI API format, see here.


Installation

Install the dependencies using pip install -r requirements.txt.


Usage

python main.py <path-to-git-repository>

Output:

Suggested commit message:
None

About

Generate commit messages in any git repository using open source LLMs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages