Uses of Class
io.github.amithkoujalgi.ollama4j.core.models.chat.OllamaChatResult
Packages that use OllamaChatResult
-
Uses of OllamaChatResult in io.github.amithkoujalgi.ollama4j.core
Methods in io.github.amithkoujalgi.ollama4j.core that return OllamaChatResultModifier and TypeMethodDescriptionOllamaAPI.chat
(OllamaChatRequestModel request) Ask a question to a model using anOllamaChatRequestModel
.OllamaAPI.chat
(OllamaChatRequestModel request, OllamaStreamHandler streamHandler) Ask a question to a model using anOllamaChatRequestModel
.OllamaAPI.chat
(String model, List<OllamaChatMessage> messages) Ask a question to a model based on a given message stack (i.e.