CommonModelParameters.FrequencyPenalty 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.
A float in the range [-2,2] that reduces or increases likelihood of repeated tokens. Default is 0.
public float? FrequencyPenalty { get; set; }
member this.FrequencyPenalty : Nullable<single> with get, set
Public Property FrequencyPenalty As Nullable(Of Single)