Nothing
#-------------------------------------------------------------------------------
# list_fine_tunes()
test_argument_validation(
function_name = "list_fine_tunes",
argument_name = "openai_api_key",
argument_type = "string",
allow_null = FALSE
)
test_argument_validation(
function_name = "list_fine_tunes",
argument_name = "openai_organization",
argument_type = "string",
allow_null = TRUE
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.