Uses of Package
io.github.amithkoujalgi.ollama4j.core.models.chat
Packages that use io.github.amithkoujalgi.ollama4j.core.models.chat
Package
Description
-
Classes in io.github.amithkoujalgi.ollama4j.core.models.chat used by io.github.amithkoujalgi.ollama4j.coreClassDescriptionDefines a single Message to be used inside a chat request against the ollama /api/chat endpoint.Defines a Request to use against the ollama /api/chat endpoint.Specific chat-API result that contains the chat history sent to the model and appends the answer as
OllamaChatResult
given by theOllamaChatMessageRole.ASSISTANT
role. -
Classes in io.github.amithkoujalgi.ollama4j.core.models.chat used by io.github.amithkoujalgi.ollama4j.core.models.chatClassDescriptionDefines a single Message to be used inside a chat request against the ollama /api/chat endpoint.Defines the possible Chat Message roles.Helper class for creating
OllamaChatRequestModel
objects using the builder-pattern.Defines a Request to use against the ollama /api/chat endpoint.