Ollama4j
A Java library (wrapper/binding) for Ollama server.
|
Public Member Functions | |
String | toString () |
Static Public Member Functions | |
static OllamaChatMessageRole | newCustomRole (String roleName) |
static List< OllamaChatMessageRole > | getRoles () |
static OllamaChatMessageRole | getRole (String roleName) throws RoleNotFoundException |
Static Public Attributes | |
static final OllamaChatMessageRole | SYSTEM = new OllamaChatMessageRole("system") |
static final OllamaChatMessageRole | USER = new OllamaChatMessageRole("user") |
static final OllamaChatMessageRole | ASSISTANT = new OllamaChatMessageRole("assistant") |
static final OllamaChatMessageRole | TOOL = new OllamaChatMessageRole("tool") |
Defines the possible Chat Message roles.
Definition at line 14 of file OllamaChatMessageRole.java.
|
static |
Definition at line 40 of file OllamaChatMessageRole.java.
|
static |
Definition at line 36 of file OllamaChatMessageRole.java.
|
static |
Definition at line 30 of file OllamaChatMessageRole.java.
String io.github.ollama4j.models.chat.OllamaChatMessageRole.toString | ( | ) |
Definition at line 50 of file OllamaChatMessageRole.java.
|
static |
Definition at line 19 of file OllamaChatMessageRole.java.
|
static |
Definition at line 17 of file OllamaChatMessageRole.java.
|
static |
Definition at line 20 of file OllamaChatMessageRole.java.
|
static |
Definition at line 18 of file OllamaChatMessageRole.java.