forked from phoenix/litellm-mirror
ui cleanup
This commit is contained in:
parent
72ea6f2ea8
commit
808ba36b55
5 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
import Image from '@theme/IdealImage';
|
import Image from '@theme/IdealImage';
|
||||||
|
|
||||||
# Custom LLM Pricing - Sagemaker, Azure, etc
|
# Custom LLM Pricing
|
||||||
|
|
||||||
Use this to register custom pricing for models.
|
Use this to register custom pricing for models.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
import Image from '@theme/IdealImage';
|
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)
|
You can find the Dockerfile to build litellm proxy [here](https://github.com/BerriAI/litellm/blob/main/Dockerfile)
|
||||||
|
|
||||||
|
|
|
@ -2,8 +2,7 @@ import Image from '@theme/IdealImage';
|
||||||
import Tabs from '@theme/Tabs';
|
import Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# ✨ Enterprise Features - SSO, Audit Logs, Guardrails
|
# ✨ Enterprise Features
|
||||||
|
|
||||||
:::tip
|
:::tip
|
||||||
|
|
||||||
To get a license, get in touch with us [here](https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat)
|
To get a license, get in touch with us [here](https://calendly.com/d/4mp-gd3-k5k/litellm-1-1-onboarding-chat)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Track Token Usage
|
# Custom Callback
|
||||||
|
|
||||||
### Step 1 - Create your custom `litellm` callback class
|
### 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)**
|
We use `litellm.integrations.custom_logger` for this, **more details about litellm custom callbacks [here](https://docs.litellm.ai/docs/observability/custom_callback)**
|
||||||
|
|
|
@ -61,9 +61,8 @@ const sidebars = {
|
||||||
{
|
{
|
||||||
type: "category",
|
type: "category",
|
||||||
label: "🪢 Logging",
|
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",
|
type: "category",
|
||||||
label: "🛡️ [Beta] Guardrails",
|
label: "🛡️ [Beta] Guardrails",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue