mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-06-26 18:26:38 +00:00
- Remove overly complex validateApiConfig method - Follow exact same pattern as working OpenAI provider - Simplify getModelInstance method to be more robust - Fix 500 error in inference by removing strict validation - Maintains dynamic model fetching functionality This should resolve the inference execution issues while keeping model listing working.