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

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

call(OllamaChatRequest body, OllamaTokenHandler tokenHandler)io.github.ollama4j.models.request.OllamaChatEndpointCaller
callSync(OllamaChatRequest body)io.github.ollama4j.models.request.OllamaChatEndpointCaller
getEndpointSuffix()io.github.ollama4j.models.request.OllamaChatEndpointCallerprotected
getRequestBuilderDefault(URI uri)io.github.ollama4j.models.request.OllamaEndpointCallerprotected
isAuthCredentialsSet()io.github.ollama4j.models.request.OllamaEndpointCallerprotected
OllamaChatEndpointCaller(String host, Auth auth, long requestTimeoutSeconds, boolean verbose)io.github.ollama4j.models.request.OllamaChatEndpointCaller
OllamaEndpointCaller(String host, Auth auth, long requestTimeoutSeconds, boolean verbose)io.github.ollama4j.models.request.OllamaEndpointCaller
parseResponseAndAddToBuffer(String line, StringBuilder responseBuffer)io.github.ollama4j.models.request.OllamaChatEndpointCallerprotected