mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-17 20:48:32 +00:00
cb90f8e613
* fix(model_checks.py): cleanup logic support wildcard models with non-provider prefix's for model discovery Closes https://github.com/BerriAI/litellm/pull/10358 * feat(model_checks.py): delegate wildcard prefix appending to the get_known_models_from_wildcard function remove from the 'get_provider_models' function * fix(model_checks.py): don't double add the wildcard prefix * test: update tests
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/litellm
This folder can only run mock tests.