Nothing
library(testthat)
library(ollamar)
test_that("delete function works", {
skip_if_not(test_connection(logical = TRUE), "Ollama server not available")
# wrong model
expect_invisible(delete("sdafds"))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.