temperature property

double? temperature
getter/setter pair

If set, this temperature will be used for the LLM model.

Temperature controls the randomness of the model's responses. Lower temperatures produce responses that are more predictable. Higher temperatures produce responses that are more creative.

Optional.

Implementation

core.double? temperature;