A CLI written in Go language that writes git commit messages or do a code review brief for you using ChatGPT AI (gpt-4o, gpt-4-turbo, gpt-3.5-turbo model) and automatically installs a git prepare-commit-msg hook.
MIT License
1.27k
stars
110
forks
source link
refactor: client initialization across multiple files #175
errors
import fromcommit.go
GetClient
function incommit.go
errors
andcore
imports toopenai.go
GetClient
function inopenai.go
to handle different providerscore
import toreview.go
GetClient
function inreview.go
review.go