GenerationConfig constructor
GenerationConfig({})
Implementation
GenerationConfig({
this.maxTokens,
this.stopWords,
this.stopCount,
this.nPast,
this.samplerConfig,
this.imagePaths,
this.imageCount,
this.audioPaths,
this.audioCount,
});