Property Temperature
- Namespace
- MailFathom.AI.Chat
- Assembly
- MailFathom.AI.dll
Temperature
Gets the sampling temperature, or null to leave the model's own default in place.
public float? Temperature { get; }
Property Value
Remarks
Nullable rather than defaulted, because several current models reject the parameter outright, and sending a value the model refuses turns every call into a rejected request.