delete | R Documentation |
Delete a model from your local machine that you downloaded using the pull() function. To see which models are available, use the list_models() function.
delete(name, endpoint = "/api/delete", host = NULL)
name |
A character string of the model name such as "llama3". |
endpoint |
The endpoint to delete the model. Default is "/api/delete". |
host |
The base URL to use. Default is NULL, which uses Ollama's default base URL. |
A httr2 response object.
## Not run:
delete("llama3")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.