←back to thread

684 points prettyblocks | 1 comments | | HN request time: 0.217s | source

I mean anything in the 0.5B-3B range that's available on Ollama (for example). Have you built any cool tooling that uses these models as part of your work flow?
Show context
nozzlegear ◴[] No.42786586[source]
I have a small fish script I use to prompt a model to generate three commit messages based off of my current git diff. I'm still playing around with which model comes up with the best messages, but usually I only use it to give me some ideas when my brain isn't working. All the models accomplish that task pretty well.

Here's the script: https://github.com/nozzlegear/dotfiles/blob/master/fish-func...

And for this change [1] it generated these messages:

    1. `fix: change from printf to echo for handling git diff input`
    
    2. `refactor: update codeblock syntax in commit message generator`
    
    3. `style: improve readability by adjusting prompt formatting`
[1] https://github.com/nozzlegear/dotfiles/commit/0db65054524d0d...
replies(4): >>42788793 #>>42790370 #>>42790595 #>>42795733 #
1. lionkor ◴[] No.42790595[source]
Those commit messages are pretty terrible, please try to come up with actual messages ;)