fallatol.ollama.client
package fallatol.ollama.client
Members list
Type members
Classlikes
https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ChatRequest
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ChatRequest.type
object ChatRequestCodec
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChatRequestCodec.type
case class ChatResponse(model: Model, createdAt: Instant, message: Message, done: Boolean, totalDuration: Option[Long], loadDuration: Option[Long], promptEvalCount: Option[Long], promptEvalDuration: Option[Long], evalCount: Option[Long], evalDuration: Option[Long])
https://github.com/ollama/ollama/blob/main/docs/api.md#generate-a-chat-completion
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ChatResponse
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ChatResponse.type
object ChatResponseCodec
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ChatResponseCodec.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object EmbedRequest
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EmbedRequest.type
object EmbedRequestCodec
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EmbedRequestCodec.type
case class EmbedResponse(model: Model, embeddings: Seq[Seq[Double]], totalDuration: Long, loadDuration: Long, promptEvalCount: Long)
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object EmbedResponse
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
EmbedResponse.type
object EmbedResponseCodec
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
EmbedResponseCodec.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SyncOllamaClient
class SyncOllamaClient(baseUri: Uri, backend: SyncBackend) extends OllamaClient[SyncType]
Attributes
- Companion
- object
- Supertypes
object SyncOllamaClient
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SyncOllamaClient.type
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object TagsResponse
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TagsResponse.type
Types
In this article