Packages

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

Current section

Files

Jump to
glopenai include glopenai@embedding_CreateEmbeddingResponse.hrl
Raw

include/glopenai@embedding_CreateEmbeddingResponse.hrl

-record(create_embedding_response, {
object :: binary(),
model :: binary(),
data :: list(glopenai@embedding:embedding()),
usage :: glopenai@embedding:embedding_usage()
}).