ui cleanup

This commit is contained in:
Ishaan Jaff 2024-09-07 11:20:07 -07:00
parent 72ea6f2ea8
commit 808ba36b55
5 changed files with 5 additions and 7 deletions

View file

@ -1,6 +1,6 @@
import Image from '@theme/IdealImage';
# Custom LLM Pricing - Sagemaker, Azure, etc
# Custom LLM Pricing
Use this to register custom pricing for models.

View file

@ -2,7 +2,7 @@ import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import Image from '@theme/IdealImage';
# 🐳 Docker, Deploying LiteLLM Proxy
# 🐳 Docker, Deployment
You can find the Dockerfile to build litellm proxy [here](https://github.com/BerriAI/litellm/blob/main/Dockerfile)

View file

@ -2,8 +2,7 @@ import Image from '@theme/IdealImage';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# ✨ Enterprise Features - SSO, Audit Logs, Guardrails
# ✨ Enterprise Features
:::tip
To get a license, get in touch with us [here](https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat)

View file

@ -1,4 +1,4 @@
# Track Token Usage
# Custom Callback
### Step 1 - Create your custom `litellm` callback class
We use `litellm.integrations.custom_logger` for this, **more details about litellm custom callbacks [here](https://docs.litellm.ai/docs/observability/custom_callback)**

View file

@ -61,9 +61,8 @@ const sidebars = {
{
type: "category",
label: "🪢 Logging",
items: ["proxy/logging", "proxy/bucket", "proxy/streaming_logging"],
items: ["proxy/logging", "proxy/bucket", "proxy/team_logging","proxy/streaming_logging"],
},
"proxy/team_logging",
{
type: "category",
label: "🛡️ [Beta] Guardrails",