Packages

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

Current section

Files

Jump to
glopenai include glopenai@upload_UploadPart.hrl
Raw

include/glopenai@upload_UploadPart.hrl

-record(upload_part, {
id :: binary(),
created_at :: integer(),
upload_id :: binary(),
object :: binary()
}).