Packages

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

Current section

Files

Jump to
glopenai include glopenai@embedding_Embedding.hrl
Raw

include/glopenai@embedding_Embedding.hrl

-record(embedding, {
index :: integer(),
object :: binary(),
embedding :: list(float())
}).