Skip to contents

Probe a local Ollama instance

Usage

morie_llm_probe_ollama(timeout = 2)

Arguments

timeout

Probe timeout in seconds.

Value

Logical scalar – TRUE when reachable.

Examples

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