Crate git_commit_helper

Source
Expand description

§git-commit-helper

Re-exports§

pub use git::commit_with_git;
pub use git::get_recent_commit_message;
pub use git::get_staged_diff;
pub use llm::call_openai;

Modules§

git
git-commit-helper is a library designed to simplify the process of generating high-quality Git commit messages using large language models like OpenAI’s GPT.
llm