# `mix llm_core.config.show`
[🔗](https://github.com/fosferon/llm_core/blob/v0.3.0/lib/mix/tasks/llm_core.config.show.ex#L1)

Displays llm_core configuration loaded from `llm_core.toml` (merged with
overrides).

## Examples

    mix llm_core.config.show --section providers
    mix llm_core.config.show --section routing --json

Options:

  * `--section` - one of `providers`, `routing`, `memory`, `telemetry`, `raw` (default `summary`)
  * `--provider` - filter providers/aliases when `section=providers`
  * `--json` - emit JSON instead of pretty text
  * `--path` - override config file path (defaults to project config)

---

*Consult [api-reference.md](api-reference.md) for complete listing*
