ChatOptions.Temperature Propiedad

Definición

Obtiene o establece la temperatura para generar respuestas de chat.

public:
 property Nullable<float> Temperature { Nullable<float> get(); void set(Nullable<float> value); };
public float? Temperature { get; set; }
member this.Temperature : Nullable<single> with get, set
Public Property Temperature As Nullable(Of Single)

Valor de propiedad

Comentarios

Este valor controla la aleatoriedad de las predicciones realizadas por el modelo. Use un valor inferior para reducir la aleatoriedad en la respuesta.

Se aplica a