mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Update control_plane_and_data_plane.md
This commit is contained in:
parent
3e529fae7f
commit
ca9712c587
1 changed files with 4 additions and 4 deletions
|
|
@ -48,7 +48,7 @@ The admin instance handles all management operations and provides the UI.
|
|||
# Keep admin capabilities enabled (default behavior)
|
||||
# DISABLE_ADMIN_UI=false # Admin UI available
|
||||
# DISABLE_ADMIN_ENDPOINTS=false # Management APIs available
|
||||
DISABLE_LLM_ENDPOINTS=true # LLM APIs disabled
|
||||
DISABLE_LLM_API_ENDPOINTS=true # LLM APIs disabled
|
||||
DATABASE_URL=postgresql://user:pass@global-db:5432/litellm
|
||||
LITELLM_MASTER_KEY=your-master-key
|
||||
```
|
||||
|
|
@ -124,7 +124,7 @@ DISABLE_ADMIN_ENDPOINTS=true
|
|||
- All other LLM API endpoints
|
||||
|
||||
|
||||
### `DISABLE_LLM_ENDPOINTS`
|
||||
### `DISABLE_LLM_API_ENDPOINTS`
|
||||
|
||||
:::info
|
||||
|
||||
|
|
@ -144,7 +144,7 @@ Disables all LLM API endpoints.
|
|||
|
||||
```bash
|
||||
# Admin instance
|
||||
DISABLE_LLM_ENDPOINTS=true
|
||||
DISABLE_LLM_API_ENDPOINTS=true
|
||||
```
|
||||
|
||||
|
||||
|
|
@ -207,4 +207,4 @@ response = requests.post(
|
|||
- [Virtual Keys](./virtual_keys.md) - Managing API keys and users
|
||||
- [Health Checks](./health.md) - Monitoring instance health
|
||||
- [Prometheus Metrics](./logging.md#prometheus-metrics) - Collecting metrics
|
||||
- [Production Deployment](./prod.md) - Production best practices
|
||||
- [Production Deployment](./prod.md) - Production best practices
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue