Skip to content

Commit fce28a4

Browse files
committed
docs fix
1 parent ea24d88 commit fce28a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/my-website/docs/proxy/dynamic_rate_limit.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Dynamically allocate TPM/RPM quota to api keys, based on active keys in that min
77

88
1. Setup config.yaml
99

10-
```yaml
10+
```yaml showLineNumbers title="config.yaml"
1111
model_list:
1212
- model_name: my-fake-model
1313
litellm_params:
@@ -32,7 +32,7 @@ litellm --config /path/to/config.yaml
3232

3333
3. Test it!
3434

35-
```python
35+
```python showLineNumbers title="test.py"
3636
"""
3737
- Run 2 concurrent teams calling same model
3838
- model has 60 TPM
@@ -118,7 +118,7 @@ model_list:
118118
rpm: 100
119119

120120
litellm_settings:
121-
callbacks: ["dynamic_rate_limiter"]
121+
callbacks: [""]
122122
priority_reservation: {"dev": 0, "prod": 1}
123123

124124
general_settings:

0 commit comments

Comments
 (0)