Nothing
test_that("Full print works", {
llm_use(
backend = "simulate_llm",
model = "prompt",
.silent = TRUE,
.force = TRUE,
.cache = tempdir()
)
x <- m_defaults_get()
x$args <- list(model = "prompt", arg1 = "one", arg2 = "two")
x$session$cache_folder <- "folder"
expect_snapshot(x)
})
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.