mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-12 01:05:43 +00:00
014c74fd06
- Add LLM_CONFIG_NAMES tuple and _lazy_import_llm_configs function in _lazy_imports.py - Remove direct import of AmazonConverseConfig from __init__.py - Add lazy loading handler in __getattr__ to dispatch LLM config imports - Add type stub for AmazonConverseConfig in TYPE_CHECKING block - Add test_llm_config_lazy_imports test to verify lazy loading works - Follows same pattern as DOTPROMPT_NAMES for consistency
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.