LLMGenerationOptions constructor
const
LLMGenerationOptions({})
Implementation
const LLMGenerationOptions({
this.maxTokens = 100,
this.temperature = 0.8,
this.topP = 1.0,
this.stopSequences = const [],
this.streamingEnabled = false,
this.preferredFramework,
this.systemPrompt,
});