From d6ed13fa4f41a29a4e5cbb0ef0a87844230f2a3c Mon Sep 17 00:00:00 2001 From: Ankur Garha Date: Mon, 18 Dec 2023 22:56:08 +0100 Subject: [PATCH] doc: updated langfuse ver 1.14 in pip install cmd --- docs/my-website/docs/observability/langfuse_integration.md | 2 +- docs/my-website/docs/proxy/logging.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/observability/langfuse_integration.md b/docs/my-website/docs/observability/langfuse_integration.md index 3e5f5603d0..d5ccbd085a 100644 --- a/docs/my-website/docs/observability/langfuse_integration.md +++ b/docs/my-website/docs/observability/langfuse_integration.md @@ -15,7 +15,7 @@ join our [discord](https://discord.gg/wuPM9dRgDw) ## Pre-Requisites Ensure you have run `pip install langfuse` for this integration ```shell -pip install langfuse litellm +pip install langfuse==1.14.0 litellm ``` ## Quick Start diff --git a/docs/my-website/docs/proxy/logging.md b/docs/my-website/docs/proxy/logging.md index 253c299f64..69544ff379 100644 --- a/docs/my-website/docs/proxy/logging.md +++ b/docs/my-website/docs/proxy/logging.md @@ -459,7 +459,7 @@ We will use the `--config` to set `litellm.success_callback = ["langfuse"]` this **Step 1** Install langfuse ```shell -pip install langfuse +pip install langfuse==1.14.0 ``` **Step 2**: Create a `config.yaml` file and set `litellm_settings`: `success_callback`