powered by
This function prints out the current configuration settings for gptstudio and checks API connections if verbose is TRUE.
gptstudio_sitrep(verbose = TRUE)
Invisibly returns NULL, as the primary purpose of this function is to print to the console.
Logical value indicating whether to output additional information, such as API connection checks. Defaults to TRUE.
gptstudio_sitrep(verbose = FALSE) # Print basic settings, no API checks gptstudio_sitrep() # Print settings and check API connections
Run the code above in your browser using DataLab