Config.Temperature

Config.Temperature field

The default AI Temperature to use, When Temperature approaches 0, the model’s choices become very deterministic, almost always selecting the output with the highest probability. When Temperature approaches 1 or higher, the model’s outputs become more random and diversified.

public static double Temperature;

See Also