mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-07 16:06:19 +00:00
Previously, models from unconfigured providers were shown with an "auth missing" hint, flooding the picker with 900+ unusable entries. Now addModelSelectOption early-returns when the provider has no auth, so only usable models appear in /models and the web chat dropdown. Fixes #74423