CreateChatCompletionSettings

io.cequence.openaiscala.domain.settings.CreateChatCompletionSettings
case class CreateChatCompletionSettings(model: String, temperature: Option[Double], top_p: Option[Double], n: Option[Int], stop: Seq[String], max_tokens: Option[Int], presence_penalty: Option[Double], frequency_penalty: Option[Double], logit_bias: Map[String, Int], logprobs: Option[Boolean], top_logprobs: Option[Int], user: Option[String], response_format_type: Option[ChatCompletionResponseFormatType], seed: Option[Int], extra_params: Map[String, Any], jsonSchema: Option[JsonSchemaDef])

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