ollama_check_model.Rd
Check Ollama Model is Available
ollama_check_model(x)
Character: Name of model.
NULL, invisibly if model is available; otherwise throws an error.
EDG
# Requires running Ollama server if (FALSE) { # \dontrun{ ollama_check_model("gemma4:e4b") } # }