View source: R/gptstudio-sitrep.R
gptstudio_sitrep | R Documentation |
This function prints out the current configuration settings for gptstudio and checks API connections if verbose is TRUE.
gptstudio_sitrep(verbose = TRUE)
verbose |
Logical value indicating whether to output additional information, such as API connection checks. Defaults to TRUE. |
Invisibly returns NULL, as the primary purpose of this function is to print to the console.
gptstudio_sitrep(verbose = FALSE) # Print basic settings, no API checks
gptstudio_sitrep() # Print settings and check API connections
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.