Packages

Sans-IO OpenAI API client for Gleam, ported from async-openai

Current section

Files

Jump to
glopenai include glopenai@batch_BatchRequestCounts.hrl
Raw

include/glopenai@batch_BatchRequestCounts.hrl

-record(batch_request_counts, {
total :: integer(),
completed :: integer(),
failed :: integer()
}).