list_files | R Documentation |
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
)
openai_api_key |
required; defaults to |
openai_organization |
optional; defaults to |
For arguments description please refer to the official documentation.
Returns a list, an element of which is a data frame containing information about files.
Other file functions:
delete_file()
,
retrieve_file_content()
,
retrieve_file()
,
upload_file()
## Not run:
list_files()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.