mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 00:48:01 +00:00
afd720a62f
- Add missing provider_config parameter in main.py for proper HTTP handler integration - Update tests to use correct respx mocking pattern with litellm.disable_aiohttp_transport - Add get_error_class method to CompactifAI transformation for proper error handling - Fix authentication error test to expect APIConnectionError instead of AuthenticationError - All 8 CompactifAI tests now pass successfully