Learn R Programming

rtemis.llm (version 0.8.1)

ollama_check_model: Check Ollama Model is Available

Description

Check Ollama Model is Available

Usage

ollama_check_model(x)

Value

NULL, invisibly if model is available; otherwise throws an error.

Arguments

x

Character: Name of model.

Author

EDG

Examples

Run this code
# Requires running Ollama server
if (FALSE) {
  ollama_check_model("gemma4:e4b")
}

Run the code above in your browser using DataLab