InferenceParamsPigeon constructor

InferenceParamsPigeon({
  1. double? temperature,
  2. int? maxTokens,
})

Implementation

InferenceParamsPigeon({
  this.temperature,
  this.maxTokens,
});