| delete_model | R Documentation |
Wrapper around Ollama's DELETE /api/delete endpoint. Removes the
model's blobs from the Ollama data directory. The operation is
irreversible from the API side but the model can always be pulled
back later with pull_model().
delete_model(
model,
ollama_url = getOption("screenllm.ollama_url"),
verbose = getOption("screenllm.verbose", TRUE)
)
model |
Model tag (e.g. |
ollama_url |
Base URL of the Ollama server. |
verbose |
Show progress messages. |
Invisible TRUE on success, FALSE if the API returned
a non-2xx status.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.