mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
* feat(route_checks.py): allow admin to disable proxy management endpoints on instance useful for preventing multiple instances from doing admin actions * docs(scaling_multiple_instances.md): add architecture doc on scaling multiple litellm instances provide guidance on scaling proxy * docs(scaling_multiple_instances.md): add doc on scaling across multiple regions for litellm * fix(route_checks.py): allow disabling llm api endpoints on an instance allows pure admin instance to exist * refactor(enterprise/route_checks.py): refactor env var checks * refactor: finish refactoring * docs(control_plane_and_data_plane.md): refactor docs * test: update tests |
||
|---|---|---|
| .. | ||
| test_auth_checks.py | ||
| test_auth_exception_handler.py | ||
| test_handle_jwt.py | ||
| test_litellm_license.py | ||
| test_model_checks.py | ||
| test_route_checks.py | ||
| test_user_api_key_auth.py | ||