mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
this yaml actually works (#16757)
This commit is contained in:
parent
86ada061ec
commit
070db16f87
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue