Ollama4j
A Java library (wrapper/binding) for Ollama server.
|
import io.github.ollama4j.OllamaAPI;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
Go to the source code of this file.
Classes | |
interface | io.github.ollama4j.tools.annotations.ToolSpec |
Packages | |
package | io.github.ollama4j.tools.annotations |