diff --git a/docs/my-website/docs/proxy/team_budgets.md b/docs/my-website/docs/proxy/team_budgets.md index ff15eeacf3..d5675ecc0e 100644 --- a/docs/my-website/docs/proxy/team_budgets.md +++ b/docs/my-website/docs/proxy/team_budgets.md @@ -2,7 +2,7 @@ import Image from '@theme/IdealImage'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# Setting Team Budgets +# 💰 Setting Team Budgets Track spend, set budgets for your Internal Team @@ -15,7 +15,7 @@ Track spend, set budgets for your Internal Team -Create and new team and set `max_budget` and `budget_duration` +Create a new team and set `max_budget` and `budget_duration` ```shell curl -X POST 'http://0.0.0.0:4000/team/new' \ -H 'Authorization: Bearer sk-1234' \ @@ -109,6 +109,8 @@ On the 2nd response - expect to see the following exception ### Prometheus metrics for `remaining_budget` +[More info about Prometheus metrics here](https://docs.litellm.ai/docs/proxy/prometheus) + You'll need the following in your proxy config.yaml ```yaml