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

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

call(OllamaRequestBody body, OllamaGenerateTokenHandler thinkingStreamHandler, OllamaGenerateTokenHandler responseStreamHandler)io.github.ollama4j.models.request.OllamaGenerateEndpointCaller
callSync(OllamaRequestBody body)io.github.ollama4j.models.request.OllamaGenerateEndpointCaller
endpointio.github.ollama4j.models.request.OllamaGenerateEndpointCallerstatic
getRequestBuilderDefault(URI uri)io.github.ollama4j.models.request.OllamaEndpointCallerprotected
isAuthCredentialsSet()io.github.ollama4j.models.request.OllamaEndpointCallerprotected
OllamaEndpointCaller(String host, Auth auth, long requestTimeoutSeconds)io.github.ollama4j.models.request.OllamaEndpointCallerprotected
OllamaGenerateEndpointCaller(String host, Auth basicAuth, long requestTimeoutSeconds)io.github.ollama4j.models.request.OllamaGenerateEndpointCaller
parseResponseAndAddToBuffer(String line, StringBuilder responseBuffer, StringBuilder thinkingBuffer)io.github.ollama4j.models.request.OllamaGenerateEndpointCallerprotected