5 ms·
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
by pgryko 2y 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-gpt4/ https://www.piotrgryko.com/posts/git-conventional-commit-gpt...
- seb1204 2y agoEnd of day report? Like a diary entry of what you did for yourself or for your manager? Curious.
- crashabr 2y agoNice 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/ https://llm.datasette.io/en/stable/