From 12279641559fdc1845968519fcff3ba6271de526 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 20 Feb 2024 08:43:28 -0800 Subject: [PATCH] docs(enterprise.md): clarify what's in enterprise --- docs/my-website/docs/budget_manager.md | 10 +++++----- docs/my-website/docs/proxy/enterprise.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/my-website/docs/budget_manager.md b/docs/my-website/docs/budget_manager.md index c2cc28c2ffe..1a2c7e7eecd 100644 --- a/docs/my-website/docs/budget_manager.md +++ b/docs/my-website/docs/budget_manager.md @@ -5,17 +5,17 @@ import TabItem from '@theme/TabItem'; Don't want to get crazy bills because either while you're calling LLM APIs **or** while your users are calling them? use this. -LiteLLM exposes: -* `litellm.max_budget`: a global variable you can use to set the max budget (in USD) across all your litellm calls. If this budget is exceeded, it will raise a BudgetExceededError -* `BudgetManager`: A class to help set budgets per user. BudgetManager creates a dictionary to manage the user budgets, where the key is user and the object is their current cost + model-specific costs. -* `OpenAI Proxy Server`: A server to call 100+ LLMs with an openai-compatible endpoint. Manages user budgets, spend tracking, load balancing etc. - :::info If you want a server to manage user keys, budgets, etc. use our [OpenAI Proxy Server](./proxy/virtual_keys.md) ::: +LiteLLM exposes: +* `litellm.max_budget`: a global variable you can use to set the max budget (in USD) across all your litellm calls. If this budget is exceeded, it will raise a BudgetExceededError +* `BudgetManager`: A class to help set budgets per user. BudgetManager creates a dictionary to manage the user budgets, where the key is user and the object is their current cost + model-specific costs. +* `OpenAI Proxy Server`: A server to call 100+ LLMs with an openai-compatible endpoint. Manages user budgets, spend tracking, load balancing etc. + ## quick start ```python diff --git a/docs/my-website/docs/proxy/enterprise.md b/docs/my-website/docs/proxy/enterprise.md index 23a645bc6e2..0ce1b8800c8 100644 --- a/docs/my-website/docs/proxy/enterprise.md +++ b/docs/my-website/docs/proxy/enterprise.md @@ -1,7 +1,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -# ✨ Enterprise Features +# ✨ Enterprise Features - Content Moderation Features here are behind a commercial license in our `/enterprise` folder. [**See Code**](https://github.com/BerriAI/litellm/tree/main/enterprise)