InferenceParamsPigeon constructor

InferenceParamsPigeon({
  1. double? temperature,
  2. int? maxTokens,
  3. int? seed,
  4. double? topP,
  5. int? topK,
  6. LlamaGrammarConfigPigeon? grammarConfig,
})

Implementation

InferenceParamsPigeon({
  this.temperature,
  this.maxTokens,
  this.seed,
  this.topP,
  this.topK,
  this.grammarConfig,
});