RequestOptions.Temperature Property
Gets or sets the balance between creativity and consistency in AI responses.
Namespace: DevExpress.AIIntegration.Extensions
Assembly: DevExpress.AIIntegration.v25.1.dll
NuGet Package: DevExpress.AIIntegration
Declaration
Property Value
Type | Description |
---|---|
Nullable<Single> | A number between 0 and 1 (or 0 and 2) depending on the AI model. |
Remarks
The Temperature
property controls the balance between creativity and consistency in AI responses. Lower temperatures yield more predictable and focused outputs, while higher temperatures produce more diverse and creative responses.
See Also