GenerationConfig constructor
GenerationConfig({})
Implementation
GenerationConfig({
this.temperature,
this.topK,
this.topP,
this.candidateCount,
this.maxOutputTokens,
this.stopSequences,
});
GenerationConfig({
this.temperature,
this.topK,
this.topP,
this.candidateCount,
this.maxOutputTokens,
this.stopSequences,
});