←back to thread

566 points PaulHoule | 2 comments | | HN request time: 0.419s | source
1. irthomasthomas ◴[] No.44490904[source]
I've used mercury quite a bit in my commit message generator. I noticed it would always produce the exact same response if you ran it multiple times, and increasing temperature didn't affect it. To get some variability I added a $(uuidgen) to the prompt. Then I could run it again for a new response if I didn't like the first.
replies(1): >>44491515 #
2. everlier ◴[] No.44491515[source]
Something like https://github.com/av/klmbr could also work