Skip to contents

Return TRUE when at least one live LLM provider is available

Usage

morie_llm_agent_available()

Value

Logical scalar.

Examples

old <- options(morie.llm.ollama_cached = FALSE)
morie_llm_agent_available()
#> [1] FALSE
options(old)