docs(index.md): cleanup

This commit is contained in:
Krrish Dholakia
2025-07-22 08:47:26 -07:00
parent 581e96a768
commit b4469dafd4
2 changed files with 23 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

@@ -73,6 +73,29 @@ This brings the following benefits for LiteLLM users:
[Get started](../../docs/completion/knowledgebase)
---
## Bulk Editing Users
<Image src="../../img/bulk_edit_graphic.png" alt="Bulk Editing Users" />
v1.74.7-stable introduces Bulk Editing Users on the UI. This is useful for:
- granting all existing users to a default team (useful for controlling access / tracking spend by team)
- controlling personal model access for existing users
[Read more](https://docs.litellm.ai/docs/proxy/ui/bulk_edit_users)
---
## Health Check Server
v1.74.7-stable allows you to run a separate health check app using Docker
- Allows health check probe to run even when server is under huge load
- Even while running on a separate ASGI app, if the main app goes unhealthy, the pod goes down killing the health app and notifiying the orchestrator using supervisord
[Read More](https://docs.litellm.ai/docs/proxy/prod#10-use-a-separate-health-check-app)
---
## New Models / Updated Models