Back to Devexpress

DxAIChat.FrequencyPenalty Property

blazor-devexpress-dot-aiintegration-dot-blazor-dot-chat-dot-dxaichat-d1ae0fe8.md

latest1000 B
Original Source

DxAIChat.FrequencyPenalty Property

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

Namespace : DevExpress.AIIntegration.Blazor.Chat

Assembly : DevExpress.AIIntegration.Blazor.Chat.v25.2.dll

NuGet Package : DevExpress.AIIntegration.Blazor.Chat

Declaration

csharp
[Parameter]
public float? FrequencyPenalty { get; set; }

Property Value

TypeDescription
Nullable<Single>

The penalty value.

|

See Also

DxAIChat Class

DxAIChat Members

DevExpress.AIIntegration.Blazor.Chat Namespace