Packages

Minimal OpenAI, Anthropic, and OpenRouter client with datasource support

Current section

Files

Jump to
erlangchain rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{profiles, [
{test, [{erl_opts, [nowarn_export_all]}]}
]}.
{project_plugins, [
rebar3_hex,
rebar3_ex_doc
]}.
{hex, [{doc, #{provider => ex_doc}}]}.