Lists files uploaded by user's organization. See this page for details.
list_files(
openai_api_key = Sys.getenv("OPENAI_API_KEY"),
openai_organization = NULL
)Returns a list, an element of which is a data frame containing information about files.
For arguments description please refer to the official documentation.
Other file functions:
delete_file(),
retrieve_file_content(),
retrieve_file(),
upload_file()
if (FALSE) { # \dontrun{
list_files()
} # }