SyniGenerationProfile constructor
const
SyniGenerationProfile({})
Implementation
const SyniGenerationProfile({
this.maxTokens,
this.ttftTimeoutMs,
this.seed,
this.temperature,
this.topK,
this.topP,
this.minP,
this.penaltyRepeat,
this.penaltyFreq,
this.dryMultiplier,
});