Packages

A simple and incomplete client library for OpenRouter

Current section

Files

Jump to
openrouter_client src openrouter_client.app.src
Raw

src/openrouter_client.app.src

{application, openrouter_client, [
{vsn, "0.0.1"},
{applications, [gleam_http,
gleam_httpc,
gleam_json,
gleam_stdlib,
gleeunit]},
{description, "A simple and incomplete client library for OpenRouter"},
{modules, [openrouter_client,
openrouter_client@internal]},
{registered, []}
]}.