Ollama4j
A Java library (wrapper/binding) for Ollama server.
|
Public Member Functions | |
String | getModelName () |
String | getModelVersion () |
String | toString () |
Definition at line 11 of file Model.java.
String io.github.ollama4j.models.response.Model.getModelName | ( | ) |
Returns the model name without its version
Definition at line 30 of file Model.java.
String io.github.ollama4j.models.response.Model.getModelVersion | ( | ) |
Returns the model version without its name
Definition at line 39 of file Model.java.
String io.github.ollama4j.models.response.Model.toString | ( | ) |
Definition at line 44 of file Model.java.