Packages

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

Current section

Files

Jump to
glopenai include glopenai@shared_ImageUrl.hrl
Raw

include/glopenai@shared_ImageUrl.hrl

-record(image_url, {
url :: binary(),
detail :: gleam@option:option(glopenai@shared:image_detail())
}).