Packages

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

Current section

Files

Jump to
glopenai include glopenai@model_ListModelResponse.hrl
Raw

include/glopenai@model_ListModelResponse.hrl

-record(list_model_response, {
object :: binary(),
data :: list(glopenai@model:model())
}).