litellm-mirror/litellm/router_utils
Ishaan Jaff fc5b75d171
(router testing) Add testing coverage for run_async_fallback and run_sync_fallback (#6256)
* add type hints for run_async_fallback

* fix async fallback doc string

* test run_async_fallback
2024-10-16 16:16:17 +05:30
..
router_callbacks [Fix] Router cooldown logic - use % thresholds instead of allowed fails to cooldown deployments (#5698) 2024-09-14 18:01:19 -07:00
batch_utils.py Litellm ruff linting enforcement (#5992) 2024-10-01 19:44:20 -04:00
client_initalization_utils.py Add pyright to ci/cd + Fix remaining type-checking errors (#6082) 2024-10-05 17:04:00 -04:00
cooldown_cache.py (refactor) caching use LLMCachingHandler for async_get_cache and set_cache (#6208) 2024-10-14 16:34:01 +05:30
cooldown_callbacks.py (testing - litellm.Router ) add unit test coverage for pattern matching / wildcard routing (#6250) 2024-10-16 11:58:05 +05:30
cooldown_handlers.py Litellm ruff linting enforcement (#5992) 2024-10-01 19:44:20 -04:00
fallback_event_handlers.py (router testing) Add testing coverage for run_async_fallback and run_sync_fallback (#6256) 2024-10-16 16:16:17 +05:30
handle_error.py Add pyright to ci/cd + Fix remaining type-checking errors (#6082) 2024-10-05 17:04:00 -04:00
pattern_match_deployments.py (testing - litellm.Router ) add unit test coverage for pattern matching / wildcard routing (#6250) 2024-10-16 11:58:05 +05:30