From 3e49cfa6ff2714286f65faa8187a4b5d44b168f2 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Wed, 10 Jul 2024 17:03:47 -0700 Subject: [PATCH] Delete manual table of contents It seems redudant since Docusaurus already generates a table of contents in the right sidebar. In fact, the `(BETA) Moderation with Azure Content-Safety` link in the manual TOC was broken, which shows how easy it is to forget to update the manual TOC when adding new content or to make a mistake while doing it. --- docs/my-website/docs/proxy/logging.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/my-website/docs/proxy/logging.md b/docs/my-website/docs/proxy/logging.md index 7a9c7cf7a88..d162d14efe2 100644 --- a/docs/my-website/docs/proxy/logging.md +++ b/docs/my-website/docs/proxy/logging.md @@ -6,21 +6,6 @@ import Image from '@theme/IdealImage'; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -## Table of Contents - -- [Logging to Langfuse](#logging-proxy-inputoutput---langfuse) -- [Logging with OpenTelemetry (OpenTelemetry)](#logging-proxy-inputoutput-in-opentelemetry-format) -- [Async Custom Callbacks](#custom-callback-class-async) -- [Async Custom Callback APIs](#custom-callback-apis-async) -- [Logging to Galileo](#logging-llm-io-to-galileo) -- [Logging to OpenMeter](#logging-proxy-inputoutput---langfuse) -- [Logging to s3 Buckets](#logging-proxy-inputoutput---s3-buckets) -- [Logging to DataDog](#logging-proxy-inputoutput---datadog) -- [Logging to DynamoDB](#logging-proxy-inputoutput---dynamodb) -- [Logging to Sentry](#logging-proxy-inputoutput---sentry) -- [Logging to Athina](#logging-proxy-inputoutput-athina) -- [(BETA) Moderation with Azure Content-Safety](#moderation-with-azure-content-safety) - ## Logging Proxy Input/Output - Langfuse We will use the `--config` to set `litellm.success_callback = ["langfuse"]` this will log all successfull LLM calls to langfuse. Make sure to set `LANGFUSE_PUBLIC_KEY` and `LANGFUSE_SECRET_KEY` in your environment