Note: This endpoint is deprecated and soon will be removed. Please use
its replacement,
Models, instead. The
replacement function in this package is list_models()
.
Lists available engines and provides basic information about such engines. See this page for details.
Usage
list_engines(
openai_api_key = Sys.getenv("OPENAI_API_KEY"),
openai_organization = NULL
)
Details
For arguments description please refer to the official documentation.
See also
Other engine functions:
retrieve_engine()
Examples
if (FALSE) { # \dontrun{
list_engines()
# ->
list_models()
} # }