![]() |
Ollama4j
A Java library (wrapper/binding) for Ollama server.
|
import java.net.URI;
import java.net.http.HttpRequest;
import java.time.Duration;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import io.github.ollama4j.OllamaAPI;
import lombok.Getter;
Go to the source code of this file.
Classes | |
class | io.github.ollama4j.models.request.OllamaEndpointCaller |
Packages | |
package | io.github.ollama4j.models.request |