mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-08 09:14:07 +00:00
7c392475e6
* 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