Uses of Class
io.github.amithkoujalgi.ollama4j.core.utils.Options
Packages that use Options
Package
Description
-
Uses of Options in io.github.amithkoujalgi.ollama4j.core
Methods in io.github.amithkoujalgi.ollama4j.core with parameters of type OptionsModifier and TypeMethodDescriptionConvenience method to call Ollama API without streaming responses.OllamaAPI.generate
(String model, String prompt, Options options, OllamaStreamHandler streamHandler) Generate response for a question to a model running on Ollama server.OllamaAPI.generateWithImageFiles
(String model, String prompt, List<File> imageFiles, Options options) Convenience method to call Ollama API without streaming responses.OllamaAPI.generateWithImageFiles
(String model, String prompt, List<File> imageFiles, Options options, OllamaStreamHandler streamHandler) With one or more image files, ask a question to a model running on Ollama server.OllamaAPI.generateWithImageURLs
(String model, String prompt, List<String> imageURLs, Options options) Convenience method to call Ollama API without streaming responses.OllamaAPI.generateWithImageURLs
(String model, String prompt, List<String> imageURLs, Options options, OllamaStreamHandler streamHandler) With one or more image URLs, ask a question to a model running on Ollama server. -
Uses of Options in io.github.amithkoujalgi.ollama4j.core.models.chat
Methods in io.github.amithkoujalgi.ollama4j.core.models.chat with parameters of type Options -
Uses of Options in io.github.amithkoujalgi.ollama4j.core.models.embeddings
Methods in io.github.amithkoujalgi.ollama4j.core.models.embeddings with parameters of type Options -
Uses of Options in io.github.amithkoujalgi.ollama4j.core.models.generate
Methods in io.github.amithkoujalgi.ollama4j.core.models.generate with parameters of type Options -
Uses of Options in io.github.amithkoujalgi.ollama4j.core.utils
Methods in io.github.amithkoujalgi.ollama4j.core.utils that return Options