mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-07-18 13:40:22 +00:00
87404d76f0
Mirrors the existing custom_providers: scan immediately above. User-defined providers declared under config.yaml's providers: section with explicit models: lists were invisible to model-to-provider resolution — bare model IDs fell through to the stale config_provider, routing through the wrong endpoint. The insertion site sits after custom_providers: (unchanged) and before all heuristics (@provider:model, slash, fallback — all unchanged).