forked from phoenix/litellm-mirror
doc: updated langfuse ver 1.14 in pip install cmd
This commit is contained in:
parent
dc148c37b0
commit
d6ed13fa4f
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue