RequestOptions.MaxTokens Property
Gets or sets the maximum number of tokens that can be processed by a model request.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v25.1.dll
NuGet Package: DevExpress.AIIntegration
Declaration
Property Value
Type | Description |
---|---|
Nullable<Int32> | The maximum number of tokens that can be processed by a model request. |
See Also