Skip to contents

Check that ollama is installed with required models, and download if not.

Usage

ollama_check()

Value

TRUE if everything works okay, otherwise the function will error before returning.

Examples

if (FALSE) { # \dontrun{
chk <- ollama_check ()
} # }