Top-P sampling
double? get topP => _topP;
set topP(double? value) { _topP = value; notifyListeners(); }