MistralAIPromptExecutionSettings.Temperature Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default: 0.7 What sampling temperature to use, between 0.0 and 1.0. Higher values like 0.8 will make the output more random, while lower values like 0.2 will make it more focused and deterministic.
[System.Text.Json.Serialization.JsonPropertyName("temperature")]
public double Temperature { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("temperature")>]
member this.Temperature : double with get, set
Public Property Temperature As Double
Property Value
- Attributes
Remarks
We generally recommend altering this or top_p but not both.