mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
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
|
||||
|
||||
<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
|
||||
from litellm import BudgetManager, completion
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue