SessionConfig constructor

const SessionConfig({
  1. SamplerConfig? samplerConfig,
  2. LoraConfig? loraConfig,
  3. int? maxOutputTokens,
  4. bool? applyPromptTemplateInSession,
})

Creates a session configuration.

Implementation

const SessionConfig({
  this.samplerConfig,
  this.loraConfig,
  this.maxOutputTokens,
  this.applyPromptTemplateInSession,
});