Uses of Class
io.github.amithkoujalgi.ollama4j.core.models.chat.OllamaChatRequestModel
Packages that use OllamaChatRequestModel
Package
Description
-
Uses of OllamaChatRequestModel in io.github.amithkoujalgi.ollama4j.core
Methods in io.github.amithkoujalgi.ollama4j.core with parameters of type OllamaChatRequestModelModifier 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
. -
Uses of OllamaChatRequestModel in io.github.amithkoujalgi.ollama4j.core.models.chat
Methods in io.github.amithkoujalgi.ollama4j.core.models.chat that return OllamaChatRequestModel