Skip to contents

List all batches

Usage

batch_list(n = 10)

Arguments

n

(int) number of batches to retrieve

Value

(tibble) information about the batches

Details

For more information, see the OpenAI API documentation.

See also

Examples

if (FALSE) {
  batch_list()
  batch_list(2)
  batch_list(Inf)
}