list_engines | R Documentation |
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.
list_engines(
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 engines.
Other engine functions:
retrieve_engine()
## Not run:
list_engines()
# ->
list_models()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.