ollama_delete_model | R Documentation |
This function sends a DELETE request to the Ollama API to remove a specified model.
ollama_delete_model(.model, .ollama_server = "http://localhost:11434")
.model |
The name of the model to delete. |
.ollama_server |
The base URL of the Ollama API (default is "http://localhost:11434"). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.