GenerationConfig

io.cequence.openaiscala.gemini.domain.settings.GenerationConfig
case class GenerationConfig(stopSequences: Option[Seq[String]], responseMimeType: Option[String], responseSchema: Option[Schema], responseModalities: Option[Seq[Modality]], candidateCount: Option[Int], maxOutputTokens: Option[Int], temperature: Option[Double], topP: Option[Double], topK: Option[Int], seed: Option[Int], presencePenalty: Option[Double], frequencyPenalty: Option[Double], responseLogprobs: Option[Boolean], logprobs: Option[Int], enableEnhancedCivicAnswers: Option[Boolean], speechConfig: Option[SpeechConfig])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product