Nothing
verify_mime_type <- function(result) {
if (httr::http_type(result) != "application/json") {
paste(
"OpenAI API probably has been changed. If you see this, please",
"rise an issue at: https://github.com/irudnyts/openai/issues"
) %>%
stop()
}
}
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.