check_model_installed {rollama} | R Documentation |
Check if one or several models are installed on the server
Description
Check if one or several models are installed on the server
Usage
check_model_installed(
model,
check_only = FALSE,
auto_pull = FALSE,
server = getOption("rollama_server", default = "http://localhost:11434")
)
Arguments
model |
names of one or several models as character vector. |
check_only |
only return TRUE/FALSE and don't download models. |
auto_pull |
if FALSE, the default, asks before downloading models. |
server |
URL to one or several Ollama servers (not the API). Defaults to "http://localhost:11434". |
Value
invisible TRUE/FALSE
[Package rollama version 0.2.0 Index]