|
|
|
|
|
by Aeolos
1183 days ago
|
|
LLMs are fully deterministic in that sense: same input, same outputs. Because full determinism is not always desirable, the researchers have implemented an explicit "temperature" parameter that you can use to inject randomness to the outputs. If you set that to 0.0 you will always receive the same output for the same input and model version. |
|