SessionConfig constructor
const
SessionConfig({
- SamplerConfig? samplerConfig,
- LoraConfig? loraConfig,
- int? maxOutputTokens,
- bool? applyPromptTemplateInSession,
Creates a session configuration.
Implementation
const SessionConfig({
this.samplerConfig,
this.loraConfig,
this.maxOutputTokens,
this.applyPromptTemplateInSession,
});