LLMProxy.Config.Provider (llm_proxy v0.2.0)

Copy Markdown View Source

Release config provider for strict standalone LLMProxy TOML configuration.

This provider is intended for the standalone OTP release and merges server, storage, routing, telemetry, provider, and model data. It is no-op when the configured TOML file is absent, so embedding applications remain configured through ordinary Elixir application configuration.

Summary

Types

state()

@type state() :: [{:path, Config.Provider.config_path()}]