| check_setup | R Documentation |
screenllmConfirms that Ollama is reachable at the configured URL, that R can
talk to it, and (optionally) that the four default models are available.
Returns TRUE invisibly on success and prints a diagnostic panel;
returns FALSE on failure with actionable messages.
check_setup(
models = .PINNED_DEFAULT_MODELS,
ollama_url = getOption("screenllm.ollama_url")
)
models |
Character vector of model tags to require. Defaults to the
four LLMs pinned by |
ollama_url |
Base URL of the local Ollama server. Defaults to the
|
Invisible logical.
check_setup()
check_setup(models = NULL) # just check the server, not the models
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.