Packages

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

Current section

Files

Jump to
glopenai include glopenai@chat_ChatChoice.hrl
Raw

include/glopenai@chat_ChatChoice.hrl

-record(chat_choice, {
index :: integer(),
message :: glopenai@chat:chat_completion_response_message(),
finish_reason :: gleam@option:option(glopenai@chat:finish_reason())
}).