| list_ollama_models | R Documentation |
List all models downloaded in Ollama.
list_ollama_models(base_url = "http://localhost:11434")
base_url |
Character. Ollama server URL (default: http://localhost:11434). |
A data frame with model information (name, size, modified).
## Not run:
list_ollama_models()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.