Merge pull request #1178 from speedyankur/langfuse-doc-update

doc: updated langfuse ver 1.14 in pip install cmd
This commit is contained in:
Krish Dholakia 2023-12-18 17:33:29 -08:00 committed by GitHub
commit 6edc7cc2b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -461,7 +461,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`