list_models {tidyllm} | R Documentation |
List Available Models for a Provider
Description
The list_models()
function retrieves available models from the specified provider.
Usage
list_models(.provider = getOption("tidyllm_lmodels_default"), ...)
Arguments
.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. |
Value
A tibble containing model information.
[Package tidyllm version 0.3.4 Index]