Interface GeminiGenerationConfig
Properties
Optional
candidateCount
candidateCount?: number
Optional
maxOutputTokens
maxOutputTokens?: number
Optional
stopSequences
stopSequences?: string[]
Optional
temperature
temperature?: number
Optional
topK
topK?: number
Optional
topP
topP?: number