Ollama4j
A Java library (wrapper/binding) for Ollama server.
|
This is the complete list of members for io.github.ollama4j.models.request.OllamaGenerateEndpointCaller, including all inherited members.
call(OllamaRequestBody body, OllamaStreamHandler streamHandler) | io.github.ollama4j.models.request.OllamaGenerateEndpointCaller | |
callSync(OllamaRequestBody body) | io.github.ollama4j.models.request.OllamaEndpointCaller | |
getEndpointSuffix() | io.github.ollama4j.models.request.OllamaGenerateEndpointCaller | protected |
OllamaEndpointCaller(String host, BasicAuth basicAuth, long requestTimeoutSeconds, boolean verbose) | io.github.ollama4j.models.request.OllamaEndpointCaller | |
OllamaGenerateEndpointCaller(String host, BasicAuth basicAuth, long requestTimeoutSeconds, boolean verbose) | io.github.ollama4j.models.request.OllamaGenerateEndpointCaller | |
parseResponseAndAddToBuffer(String line, StringBuilder responseBuffer) | io.github.ollama4j.models.request.OllamaGenerateEndpointCaller | protected |