ConfigEdits constructor

ConfigEdits({
  1. bool isText = true,
  2. int? n = 1,
  3. double? temperature = 1,
  4. int? topP = 1,
})

Implementation

ConfigEdits(
    {this.isText = true, this.n = 1, this.temperature = 1, this.topP = 1});