| ollama_health | R Documentation |
Returns TRUE if the Ollama HTTP API responds within a short timeout.
Used by check_setup() and callable directly by backends.
ollama_health(
ollama_url = getOption("screenllm.ollama_url"),
quiet = !interactive()
)
ollama_url |
Base URL of the Ollama server. |
quiet |
If |
Logical.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.