mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
- Added claude-3-7-sonnet and gpt-4o-mini as static models - Fixes 500 'Model not found' error during inference - Now properly returns 401 for invalid API key (expected behavior) - Models now appear in /api/models response - Inference pipeline working correctly This resolves the core 500 error. Next step is configuring valid API key.