Packages

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

Current section

Files

Jump to
glopenai include glopenai@embedding_EmbeddingUsage.hrl
Raw

include/glopenai@embedding_EmbeddingUsage.hrl

-record(embedding_usage, {prompt_tokens :: integer(), total_tokens :: integer()}).