Packages

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

Current section

Files

Jump to
glopenai include glopenai@image_ImageB64Json.hrl
Raw

include/glopenai@image_ImageB64Json.hrl

-record(image_b64_json, {
b64_json :: binary(),
revised_prompt :: gleam@option:option(binary())
}).