check_model_installed | R Documentation |
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")
)
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". |
invisible TRUE/FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.