Uses of Class
io.github.amithkoujalgi.ollama4j.core.models.BasicAuth
Packages that use BasicAuth
-
Uses of BasicAuth in io.github.amithkoujalgi.ollama4j.core.models.request
Constructors in io.github.amithkoujalgi.ollama4j.core.models.request with parameters of type BasicAuthModifierConstructorDescriptionOllamaChatEndpointCaller
(String host, BasicAuth basicAuth, long requestTimeoutSeconds, boolean verbose) OllamaEndpointCaller
(String host, BasicAuth basicAuth, long requestTimeoutSeconds, boolean verbose) OllamaGenerateEndpointCaller
(String host, BasicAuth basicAuth, long requestTimeoutSeconds, boolean verbose)