Packages

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

Current section

Files

Jump to
glopenai include glopenai@chat_ChatCompletionList.hrl
Raw

include/glopenai@chat_ChatCompletionList.hrl

-record(chat_completion_list, {
object :: binary(),
data :: list(glopenai@chat:create_chat_completion_response()),
first_id :: gleam@option:option(binary()),
last_id :: gleam@option:option(binary()),
has_more :: boolean()
}).