diff --git a/docs/my-website/docs/observability/langfuse_integration.md b/docs/my-website/docs/observability/langfuse_integration.md index 0de50594b..eda4775e5 100644 --- a/docs/my-website/docs/observability/langfuse_integration.md +++ b/docs/my-website/docs/observability/langfuse_integration.md @@ -81,3 +81,9 @@ response = completion( print(response) ``` + +### Example - FastAPI Server with LiteLLM + Langfuse +https://replit.com/@BerriAI/LiteLLMFastAPILangfuse + + +