|
|
|
|
|
by vhcr
1180 days ago
|
|
Setting temperature to 0 does not make it completely deterministic, from their documentation: > OpenAI models are non-deterministic, meaning that identical inputs can yield different outputs. Setting temperature to 0 will make the outputs mostly deterministic, but a small amount of variability may remain. |
|
I guess I was imagining that if temperature was 0, and the model was not being continuously trained, the weights wouldn’t change, and the output would be deterministic.
Is this a feature of LLMs more generally or has OpenAI more specifically introduced some other degree of randomness in their models?