Uses of Class
io.github.amithkoujalgi.ollama4j.core.models.OllamaAsyncResultCallback
Packages that use OllamaAsyncResultCallback
-
Uses of OllamaAsyncResultCallback in io.github.amithkoujalgi.ollama4j.core
Methods in io.github.amithkoujalgi.ollama4j.core that return OllamaAsyncResultCallbackModifier and TypeMethodDescriptionOllamaAPI.generateAsync
(String model, String prompt) Generate response for a question to a model running on Ollama server and get a callback handle that can be used to check for status and get the response from the model later.