Uses of Interface
io.github.amithkoujalgi.ollama4j.core.utils.OllamaRequestBody
Packages that use OllamaRequestBody
Package
Description
-
Uses of OllamaRequestBody in io.github.amithkoujalgi.ollama4j.core.models.chat
Classes in io.github.amithkoujalgi.ollama4j.core.models.chat that implement OllamaRequestBodyModifier and TypeClassDescriptionclass
Defines a Request to use against the ollama /api/chat endpoint. -
Uses of OllamaRequestBody in io.github.amithkoujalgi.ollama4j.core.models.generate
Classes in io.github.amithkoujalgi.ollama4j.core.models.generate that implement OllamaRequestBody -
Uses of OllamaRequestBody in io.github.amithkoujalgi.ollama4j.core.models.request
Methods in io.github.amithkoujalgi.ollama4j.core.models.request with parameters of type OllamaRequestBodyModifier and TypeMethodDescriptionOllamaChatEndpointCaller.call
(OllamaRequestBody body, OllamaStreamHandler streamHandler) OllamaGenerateEndpointCaller.call
(OllamaRequestBody body, OllamaStreamHandler streamHandler) OllamaEndpointCaller.callSync
(OllamaRequestBody body) Calls the api server on the given host and endpoint suffix asynchronously, aka waiting for the response.