Packages

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

Current section

Files

Jump to
glopenai include glopenai@container_UploadBytes.hrl
Raw

include/glopenai@container_UploadBytes.hrl

-record(upload_bytes, {
filename :: binary(),
content_type :: binary(),
data :: bitstring()
}).