Current section
Files
Jump to
Current section
Files
src/gopenai.app.src
{application, gopenai, [
{vsn, "1.0.3"},
{applications, [dot_env,
glacier,
gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
pprint]},
{description, "OpenAI Client"},
{modules, [gopenai,
gopenai@chat,
gopenai@client,
gopenai@embeddings,
gopenai@model,
gopenai@tool]},
{registered, []}
]}.