SamplerConfig constructor
SamplerConfig({})
Implementation
SamplerConfig({
this.temperature,
this.topK,
this.topP,
this.minP,
this.repeatPenalty,
this.presencePenalty,
this.frequencyPenalty,
this.grammarString,
});