this yaml actually works (#16757)

This commit is contained in:
BenjaminLevy 2025-11-17 20:09:44 -08:00 committed by GitHub
parent 86ada061ec
commit 070db16f87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,11 +14,12 @@ If you're using the LiteLLM CLI with `litellm --config proxy_config.yaml` then y
Add this to your proxy config.yaml
```yaml
model_list:
- model_name: gpt-4o
- model_name: gpt-4o
litellm_params:
model: gpt-4o
litellm_settings:
callbacks: ["prometheus"]
callbacks:
- prometheus
```
Start the proxy