Hacker News new | ask | show | jobs
by pgryko 760 days ago
I use gpt4 for summarizing git diffs into commits (llama3 via groq also works nicey).

Those then get used as part of my end of day report.

Example code: https://www.piotrgryko.com/posts/git-conventional-commit-gpt...

2 comments

Nice workflow!

It should be fairly easy to adapt it to use the LLM cli by simonw[0] to do the same, with be added bonus of being able to pick which llm to use, including local llms.

[0] https://llm.datasette.io/en/stable/

End of day report? Like a diary entry of what you did for yourself or for your manager? Curious.