Uses of Class
io.github.amithkoujalgi.ollama4j.core.models.OllamaAsyncResultCallback
-
Packages that use OllamaAsyncResultCallback Package Description io.github.amithkoujalgi.ollama4j.core -
-
Uses of OllamaAsyncResultCallback in io.github.amithkoujalgi.ollama4j.core
Methods in io.github.amithkoujalgi.ollama4j.core that return OllamaAsyncResultCallback Modifier and Type Method Description OllamaAsyncResultCallbackOllamaAPI. askAsync(String model, String prompt)Ask 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.
-