technovangelist / notes / seed

seed

If all other parameters are consistent, setting a seed to a value means all outputs for the same input will be exactly the same. The seed will be used to initialize the random number generator used by the model. Otherwise the seed will be based on the current time.

#ollama/parameters