View source: R/list_fine_tunes.R
list_fine_tunes | R Documentation |
Lists organization's fine-tuning jobs. See this page for details.
list_fine_tunes(
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 fine-tunes.
Other fine-tune functions:
cancel_fine_tune()
,
create_fine_tune()
,
delete_fine_tune_model()
,
list_fine_tune_events()
,
retrieve_fine_tune()
## Not run:
list_fine_tunes()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.