Ollama4j
A Java library (wrapper/binding) for Ollama server.
|
import java.time.OffsetDateTime;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.core.JsonProcessingException;
import io.github.ollama4j.utils.Utils;
import lombok.Data;
Go to the source code of this file.
Classes | |
class | io.github.ollama4j.models.response.Model |
Packages | |
package | io.github.ollama4j.models.response |