Class OllamaEndpointCaller

java.lang.Object
io.github.amithkoujalgi.ollama4j.core.models.request.OllamaEndpointCaller
Direct Known Subclasses:
OllamaChatEndpointCaller, OllamaGenerateEndpointCaller

public abstract class OllamaEndpointCaller extends Object
Abstract helperclass to call the ollama api server.
  • Constructor Details

    • OllamaEndpointCaller

      public OllamaEndpointCaller(String host, BasicAuth basicAuth, long requestTimeoutSeconds, boolean verbose)
  • Method Details