Packages

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

Current section

Files

Jump to
glopenai include glopenai@completion_Logprobs.hrl
Raw

include/glopenai@completion_Logprobs.hrl

-record(logprobs, {
tokens :: list(binary()),
token_logprobs :: list(gleam@option:option(float())),
top_logprobs :: list(gleam@dynamic:dynamic_()),
text_offset :: list(integer())
}).