list_models | R Documentation |
The list_models()
function retrieves available models from the specified provider.
list_models(.provider = getOption("tidyllm_lmodels_default"), ...)
.provider |
A function or function call specifying the provider and any additional parameters.
You can also set a default provider via the |
... |
Additional arguments to be passed to the provider-specific list_models function. |
A tibble containing model information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.