list_groq_batches | R Documentation |
Retrieves batch request details from the Groq API.
list_groq_batches(
.api_url = "https://api.groq.com/",
.limit = 20,
.max_tries = 3,
.timeout = 60
)
.api_url |
Base URL for the Groq API (default: "https://api.groq.com/"). |
.limit |
Maximum number of batches to retrieve (default: 20). |
.max_tries |
Maximum retry attempts for requests (default: 3). |
.timeout |
Request timeout in seconds (default: 60). |
A tibble with batch details including batch ID, status, creation time, and request counts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.