doc: updated langfuse ver 1.14 in pip install cmd

This commit is contained in:
Ankur Garha 2023-12-18 22:56:08 +01:00
parent dc148c37b0
commit d6ed13fa4f
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ join our [discord](https://discord.gg/wuPM9dRgDw)
## Pre-Requisites ## Pre-Requisites
Ensure you have run `pip install langfuse` for this integration Ensure you have run `pip install langfuse` for this integration
```shell ```shell
pip install langfuse litellm pip install langfuse==1.14.0 litellm
``` ```
## Quick Start ## Quick Start

View file

@ -459,7 +459,7 @@ We will use the `--config` to set `litellm.success_callback = ["langfuse"]` this
**Step 1** Install langfuse **Step 1** Install langfuse
```shell ```shell
pip install langfuse pip install langfuse==1.14.0
``` ```
**Step 2**: Create a `config.yaml` file and set `litellm_settings`: `success_callback` **Step 2**: Create a `config.yaml` file and set `litellm_settings`: `success_callback`