ModelSettings constructor

ModelSettings({
  1. String? model,
  2. double? temperature,
})

Implementation

ModelSettings({this.model, this.temperature});