Lists all models currently installed in Ollama.
Usage
list_ollama_models(verbose = FALSE)
Arguments
- verbose
Logical, if TRUE, prints status messages.
Value
Character vector of model names, or NULL if Ollama is unavailable.
See also
Other ai:
call_gemini_chat(),
call_llm_api(),
call_ollama(),
call_openai_chat(),
check_ollama(),
generate_topic_content(),
get_api_embeddings(),
get_best_embeddings(),
get_content_type_prompt(),
get_content_type_user_template(),
get_recommended_ollama_model(),
run_rag_search()
Examples
if (FALSE) { # \dontrun{
models <- list_ollama_models()
print(models)
} # }