mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
The hardcoded OPENAI/ANTHROPIC/OPENROUTER env-var check missed DEEPSEEK_API_KEY and ~14 other providers the pi-ai SDK supports, hiding the Pi provider entirely when only those keys were set. Delegate to ModelRegistry.getAvailable() so every supported provider is recognized automatically. Diagnostic now lists configured providers dynamically instead of three hardcoded keys.