Creates a sampler configuration.
const SamplerConfig({ required this.topK, required this.topP, required this.temperature, this.seed = 0, });