mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-01 12:22:11 +00:00
- get_vertex_region now overrides user-specified region when it's not in the model's supported_regions list (prevents 404 for users with a global VERTEXAI_LOCATION default hitting global-only models) - Add supported_regions: ["global"] to glm-5-maas in both JSON files - Update tests to cover the override behavior
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.