From 808ba36b550d4873081316c83fdbb5e4dd3d89a0 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 7 Sep 2024 11:20:07 -0700 Subject: [PATCH] ui cleanup --- docs/my-website/docs/proxy/custom_pricing.md | 2 +- docs/my-website/docs/proxy/deploy.md | 2 +- docs/my-website/docs/proxy/enterprise.md | 3 +-- docs/my-website/docs/proxy/streaming_logging.md | 2 +- docs/my-website/sidebars.js | 3 +-- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/my-website/docs/proxy/custom_pricing.md b/docs/my-website/docs/proxy/custom_pricing.md index 51634021b..8bc42d8ff 100644 --- a/docs/my-website/docs/proxy/custom_pricing.md +++ b/docs/my-website/docs/proxy/custom_pricing.md @@ -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. diff --git a/docs/my-website/docs/proxy/deploy.md b/docs/my-website/docs/proxy/deploy.md index 058efe239..78dacb3f3 100644 --- a/docs/my-website/docs/proxy/deploy.md +++ b/docs/my-website/docs/proxy/deploy.md @@ -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) diff --git a/docs/my-website/docs/proxy/enterprise.md b/docs/my-website/docs/proxy/enterprise.md index 9b117c7e2..d60afa3ae 100644 --- a/docs/my-website/docs/proxy/enterprise.md +++ b/docs/my-website/docs/proxy/enterprise.md @@ -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) diff --git a/docs/my-website/docs/proxy/streaming_logging.md b/docs/my-website/docs/proxy/streaming_logging.md index a9d577677..dc610847b 100644 --- a/docs/my-website/docs/proxy/streaming_logging.md +++ b/docs/my-website/docs/proxy/streaming_logging.md @@ -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)** diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index f3780b84e..9a04d57a4 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -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",