Nothing
test_that("fetching models works", {
expect_type(get_available_models('openai'),'character')
})
test_that("fetching models works only when service is provided", {
expect_error(get_available_models())
})
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.