Uses of Class
io.github.amithkoujalgi.ollama4j.core.utils.Options
-
Packages that use Options Package Description io.github.amithkoujalgi.ollama4j.core io.github.amithkoujalgi.ollama4j.core.utils -
-
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.utils
Methods in io.github.amithkoujalgi.ollama4j.core.utils that return Options Modifier and Type Method Description OptionsOptionsBuilder. build()Builds the options map.
-