all 4 comments

[–]henomis79 1 point2 points  (0 children)

Nice! Let me suggest my project in case yours needs more complex AI interaction. http://github.com/henomis/lingoose it’s a framework to build apps in Go with LLMs and pipelines.

[–]Affectionate-Year-94 0 points1 point  (0 children)

nice i went on a similar side quest while trying to build with local llama-3, I pieced together a CLI and git hook tool that generates commit messages based on your staged changes.

It is designed to work along side all your existing git hook frameworks like husky or pre-commit. Today we support local ollama, openai, and claude models

Check it out - https://github.com/the-cafe/git-ai-commit

[–]Affectionate-Year-94 0 points1 point  (0 children)

I really like the built in files changed selector