Hacker News new | ask | show | jobs
by ignoranceprior 2149 days ago
> But, if you use the same prompt with the same model, the output will always be exactly the same (content filters notwithstanding).

Isn't this only true if you set the temperature parameter in a way that renders the model deterministic?

1 comments

The temperature parameter controls a random number generator, which itself is controlled by a seed. I assume (or hope) you can specify the seed via the API.