Learn R Programming

gptstudio (version 0.4.0)

gptstudio_sitrep: Current Configuration for gptstudio

Description

This function prints out the current configuration settings for gptstudio and checks API connections if verbose is TRUE.

Usage

gptstudio_sitrep(verbose = TRUE)

Value

Invisibly returns NULL, as the primary purpose of this function is to print to the console.

Arguments

verbose

Logical value indicating whether to output additional information, such as API connection checks. Defaults to TRUE.

Examples

Run this code
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