Uses of Class
io.github.amithkoujalgi.ollama4j.core.models.Options
-
Packages that use Options Package Description io.github.amithkoujalgi.ollama4j.core io.github.amithkoujalgi.ollama4j.core.models -
-
Uses of Options in io.github.amithkoujalgi.ollama4j.core
Methods in io.github.amithkoujalgi.ollama4j.core with parameters of type Options Modifier and Type Method Description OllamaResultOllamaAPI. ask(String model, String prompt, Options options)Ask a question to a model running on Ollama server. -
Uses of Options in io.github.amithkoujalgi.ollama4j.core.models
Methods in io.github.amithkoujalgi.ollama4j.core.models with parameters of type Options Modifier and Type Method Description voidOllamaRequestModel. setOptions(Options options)Set options
-