forked from phoenix/litellm-mirror
docs update
This commit is contained in:
parent
17047ca049
commit
c7ade5c2da
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ LiteLLM exposes the `BudgetManager` class to help set budgets per user. BudgetMa
|
||||||
|
|
||||||
## quick start
|
## quick start
|
||||||
|
|
||||||
|
<a target="_blank" href="https://colab.research.google.com/github/BerriAI/litellm/blob/main/cookbook/LiteLLM_User_Based_Rate_Limits.ipynb">
|
||||||
|
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
|
||||||
|
</a>
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from litellm import BudgetManager, completion
|
from litellm import BudgetManager, completion
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue