| pull_model | R Documentation |
Wrapper around Ollama's HTTP pull endpoint. Streams progress messages
if verbose = TRUE. Blocks until the pull completes.
pull_model(
model,
ollama_url = getOption("screenllm.ollama_url"),
verbose = getOption("screenllm.verbose", TRUE)
)
model |
The model tag (e.g. |
ollama_url |
Base URL of the Ollama server. |
verbose |
Logical. |
Invisible TRUE on success.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.