Nothing
#' 'OpenAI's 'ChatGPT' <https://chat.openai.com/> coding assistant for 'RStudio'. A set
#' of functions and 'RStudio' addins that aim to help the R developer in tedious coding tasks.
#'
"_PACKAGE"
.state <- new.env(parent = emptyenv())
# Empty chat session messages at startup.
assign(
"chat_session_messages",
list(list(role = "system", content = "You are a helpful assistant.")),
envir = .state
)
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.