Ollama4j
A Java library (wrapper/binding) for Ollama server.
|
This is the complete list of members for io.github.ollama4j.models.request.OllamaEndpointCaller, including all inherited members.
getBasicAuthHeaderValue() | io.github.ollama4j.models.request.OllamaEndpointCaller | protected |
getEndpointSuffix() | io.github.ollama4j.models.request.OllamaEndpointCaller | protected |
getRequestBuilderDefault(URI uri) | io.github.ollama4j.models.request.OllamaEndpointCaller | protected |
isBasicAuthCredentialsSet() | io.github.ollama4j.models.request.OllamaEndpointCaller | protected |
OllamaEndpointCaller(String host, BasicAuth basicAuth, long requestTimeoutSeconds, boolean verbose) | io.github.ollama4j.models.request.OllamaEndpointCaller | |
parseResponseAndAddToBuffer(String line, StringBuilder responseBuffer) | io.github.ollama4j.models.request.OllamaEndpointCaller | protected |