fallatol.ollama

package fallatol.ollama

Members list

Packages

Type members

Classlikes

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait Message

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Assistant
class System
class User
object Message

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Message.type
trait Model

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Custom
object DeepseekR1
object Gemma2
object Hermes3
object Llama3_2
object Mistral
object Phi4
object TinyLlama
Show all
object Model

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
Model.type
case class ModelDetails(parentModel: Option[Model], format: String, family: String, parameterSize: String, quantizationLevel: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ModelDetails

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class ModelInfo(model: Model, modifiedAt: Instant, size: Long, digest: String, details: ModelDetails)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object ModelInfo

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
ModelInfo.type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait Role

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Assistant
object System
object Tool
object User
object Role

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Role.type