Skip to main content
All docs
V26.1
  • AIChatControl.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.

    This API is obsolete now.

    Namespace: DevExpress.AIIntegration.WinForms.Chat

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

    Declaration

    [Browsable(false)]
    [DefaultValue(null)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    [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)]
    public float? FrequencyPenalty { get; set; }

    Property Value

    Type Default
    Nullable<Single> null
    See Also