appleboy / CodeGPT

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.15k stars 100 forks source link

feat(model): Introduce Groq package with Model type and related functions #148

Closed appleboy closed 3 months ago

appleboy commented 3 months ago

Here's a summary of the git diff:

Overall, it seems like this commit adds a new package called groq that contains a new type called Model and some functions related to that type. The README.md file was also updated to include information about the new package and type.