Current section
Files
Jump to
Current section
Files
src/overlay_llm.app.src
{application, overlay_llm, [
{vsn, "0.1.0"},
{applications, [castor,
gleam_http,
gleam_json,
gleam_stdlib,
oas_generator_utils,
ogre]},
{description, "An API for LLM completion that unifies across different providers."},
{modules, [overlay@llm@chat,
overlay@llm@provider,
overlay@llm@provider@mistral,
overlay@llm@provider@ollama,
overlay@llm@requestx,
overlay@llm@stringx,
overlay@llm@tool,
overlay_llm@@main]},
{registered, []}
]}.