Skip to main content
All docs
V26.1
  • DxAIChat.FrequencyPenalty Property

    OBSOLETE

    This property has been removed to avoid conflicts and improve model compatibility. Set the frequency penalty globally in IChatResponseProvider options or per-message in the MessageSending event handler.

    Specifies how the model penalizes new tokens based on their frequency in the text.

    Namespace: DevExpress.AIIntegration.Blazor.Chat

    Assembly: DevExpress.AIIntegration.Blazor.Chat.v26.1.dll

    Declaration

    [Obsolete("This property has been removed to avoid conflicts and improve model compatibility. Set the frequency penalty globally in IChatResponseProvider options or per-message in the MessageSending event handler.", true)]
    [Parameter]
    public float? FrequencyPenalty { get; set; }

    Property Value

    Type Description
    Nullable<Single>

    The penalty value.

    See Also