Current section
Files
Jump to
Current section
Files
src/glopenai.app.src
{application, glopenai, [
{vsn, "1.0.0"},
{applications, [gleam_http,
gleam_json,
gleam_stdlib]},
{description, "Sans-IO OpenAI API client for Gleam, ported from async-openai"},
{modules, [example_env_ffi,
example_file_ffi,
glopenai,
glopenai@@main,
glopenai@audio,
glopenai@batch,
glopenai@chat,
glopenai@chatkit,
glopenai@completion,
glopenai@config,
glopenai@container,
glopenai@embedding,
glopenai@error,
glopenai@file,
glopenai@fine_tuning,
glopenai@image,
glopenai@internal,
glopenai@internal@codec,
glopenai@model,
glopenai@moderation,
glopenai@response,
glopenai@shared,
glopenai@upload,
glopenai@vector_store,
glopenai@webhook,
glopenai_codec_ffi,
glopenai_webhook_ffi]},
{registered, []}
]}.