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, auto_pull = FALSE, server = NULL)

Arguments

model

names of one or several models as character vector.

auto_pull

if FALSE, the default, asks before downloading models.

server

URL to an Ollama server (not the API). Defaults to "http://localhost:11434".

Value

invisible TRUE/FALSE


[Package rollama version 0.1.0 Index]