| ollama_installed_models | R Documentation |
List Ollama models installed on the local server
ollama_installed_models(
ollama_url = getOption("screenllm.ollama_url"),
include_embedding = FALSE
)
ollama_url |
Base URL of the Ollama server. |
include_embedding |
Logical. Include known embedding-only
models (e.g. |
Character vector of model tags. Empty character vector if the server is not reachable.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.