temperature property

double? temperature
getter/setter pair

The temperature used for sampling.

Temperature sampling occurs after both topP and topK have been applied. Valid range: [0.0, 1.0] Low temperature = less random. High temperature = more random.

Implementation

core.double? temperature;