![]() |
Ollama4j
A Java library (wrapper/binding) for Ollama server.
|
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.core.type.TypeReference;
import lombok.Data;
import lombok.Getter;
import io.github.ollama4j.utils.Utils.getObjectMapper;
import java.util.HashMap;
import java.util.Map;
Go to the source code of this file.
Classes | |
class | io.github.ollama4j.models.response.OllamaResult |
Packages | |
package | io.github.ollama4j.models.response |