Check if one or several models are installed on the server
check_model_installed(
model,
check_only = FALSE,
auto_pull = FALSE,
server = getOption("rollama_server", default = "http://localhost:11434")
)
invisible TRUE/FALSE
names of one or several models as character vector.
only return TRUE/FALSE and don't download models.
if FALSE, the default, asks before downloading models.
URL to one or several Ollama servers (not the API). Defaults to "http://localhost:11434".