Packages

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

Current section

Files

Jump to
glopenai include glopenai@internal_FilePart.hrl
Raw

include/glopenai@internal_FilePart.hrl

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