Packages

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

Current section

Files

Jump to
glopenai include glopenai@chat_ChatCompletionStreamOptions.hrl
Raw

include/glopenai@chat_ChatCompletionStreamOptions.hrl

-record(chat_completion_stream_options, {
include_usage :: gleam@option:option(boolean()),
include_obfuscation :: gleam@option:option(boolean())
}).