R/api_ollama.R
ollama_download_model.Rd
This function sends a request to the Ollama API to download a specified model from Ollama's large online library of models.
ollama_download_model(.model, .ollama_server = "http://localhost:11434")
The name of the model to download.
The base URL of the Ollama API (default is "http://localhost:11434").