R/api_ollama.R
ollama_delete_model.Rd
This function sends a DELETE request to the Ollama API to remove a specified model.
ollama_delete_model(.model, .ollama_server = "http://localhost:11434")
The name of the model to delete.
The base URL of the Ollama API (default is "http://localhost:11434").