Ollama4j
A Java library (wrapper/binding) for Ollama server.
Loading...
Searching...
No Matches
io.github.ollama4j.models.chat.OllamaChatRequestBuilder Member List

This is the complete list of members for io.github.ollama4j.models.chat.OllamaChatRequestBuilder, including all inherited members.

build()io.github.ollama4j.models.chat.OllamaChatRequestBuilder
getInstance(String model)io.github.ollama4j.models.chat.OllamaChatRequestBuilderstatic
reset()io.github.ollama4j.models.chat.OllamaChatRequestBuilder
withGetJsonResponse()io.github.ollama4j.models.chat.OllamaChatRequestBuilder
withKeepAlive(String keepAlive)io.github.ollama4j.models.chat.OllamaChatRequestBuilder
withMessage(OllamaChatMessageRole role, String content, List< File > images)io.github.ollama4j.models.chat.OllamaChatRequestBuilder
withMessage(OllamaChatMessageRole role, String content, String... imageUrls)io.github.ollama4j.models.chat.OllamaChatRequestBuilder
withMessages(List< OllamaChatMessage > messages)io.github.ollama4j.models.chat.OllamaChatRequestBuilder
withOptions(Options options)io.github.ollama4j.models.chat.OllamaChatRequestBuilder
withStreaming()io.github.ollama4j.models.chat.OllamaChatRequestBuilder
withTemplate(String template)io.github.ollama4j.models.chat.OllamaChatRequestBuilder