| ollama_installed_models_detail | R Documentation |
Like ollama_installed_models(), but returns a data.frame with
one row per installed model and columns name and size_bytes
– suitable for a "manage models / free up disk space" UI.
ollama_installed_models_detail(ollama_url = getOption("screenllm.ollama_url"))
ollama_url |
Base URL of the Ollama server. |
A data.frame; zero rows if Ollama is unreachable or has no models installed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.