diff --git a/docs/my-website/docs/observability/langfuse_integration.md b/docs/my-website/docs/observability/langfuse_integration.md index 2b272ca70..0545bf0bf 100644 --- a/docs/my-website/docs/observability/langfuse_integration.md +++ b/docs/my-website/docs/observability/langfuse_integration.md @@ -1,3 +1,5 @@ +import Image from '@theme/IdealImage'; + # LangFuse Tutorial LangFuse is open Source Observability & Analytics for LLM Apps @@ -6,11 +8,9 @@ Detailed production traces and a granular view on quality, cost and latency ## Use Langfuse to log requests across all LLM Providers (OpenAI, Azure, Anthropic, Cohere, Replicate, PaLM) - liteLLM provides `callbacks`, making it easy for you to log data depending on the status of your responses. ### Using Callbacks - Get your Langfuse API Keys from https://cloud.langfuse.com/ Use just 2 lines of code, to instantly log your responses **across all providers** with langfuse: diff --git a/docs/my-website/img/langfuse.png b/docs/my-website/img/langfuse.png index 12a41c475..ca13ffa2f 100644 Binary files a/docs/my-website/img/langfuse.png and b/docs/my-website/img/langfuse.png differ