dev.maxmelnyk.openaiscala.models

Members list

Concise view

Type members

Classlikes

case class ChatCompletion(id: String, created: LocalDateTime, model: String, choices: Seq[Choice], usage: Usage)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Completion(id: String, created: LocalDateTime, model: String, choices: Seq[Choice], usage: Usage)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Completion

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class Edit(created: LocalDateTime, choices: Seq[Choice], usage: Usage)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Edit

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Edit.type
case class Model(id: String, created: LocalDateTime, ownedBy: String, permission: Seq[Permission], root: String, parent: Option[String])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Model

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Model.type
object Models

Contains some frequently used models. https://platform.openai.com/docs/models

Contains some frequently used models. https://platform.openai.com/docs/models

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Models.type