fallatol.ollama
package fallatol.ollama
Members list
Packages
package fallatol.ollama.client
Type members
Classlikes
object AssistantMessageDecoder
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object Message
trait Model
object Model
case class ModelDetails(parentModel: Option[Model], format: String, family: String, parameterSize: String, quantizationLevel: String)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ModelDetails
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ModelDetails.type
object ModelDetailsCodec
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ModelDetailsCodec.type
case class ModelInfo(model: Model, modifiedAt: Instant, size: Long, digest: String, details: ModelDetails)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ModelInfo
object ModelInfoCodec
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ModelInfoCodec.type
In this article