Packages

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

Current section

Files

Jump to
glopenai include glopenai@model_Model.hrl
Raw

include/glopenai@model_Model.hrl

-record(model, {
id :: binary(),
object :: binary(),
created :: integer(),
owned_by :: binary()
}).