forked from phoenix/litellm-mirror
add langfuse integration
This commit is contained in:
parent
c2488d7423
commit
f7833cbe00
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
import Image from '@theme/IdealImage';
|
||||||
|
|
||||||
# LangFuse Tutorial
|
# LangFuse Tutorial
|
||||||
|
|
||||||
LangFuse is open Source Observability & Analytics for LLM Apps
|
LangFuse is open Source Observability & Analytics for LLM Apps
|
||||||
|
@ -6,11 +8,9 @@ Detailed production traces and a granular view on quality, cost and latency
|
||||||
<Image img={require('../../img/langfuse.png')} />
|
<Image img={require('../../img/langfuse.png')} />
|
||||||
|
|
||||||
## Use Langfuse to log requests across all LLM Providers (OpenAI, Azure, Anthropic, Cohere, Replicate, PaLM)
|
## Use Langfuse to log requests across all LLM Providers (OpenAI, Azure, Anthropic, Cohere, Replicate, PaLM)
|
||||||
|
|
||||||
liteLLM provides `callbacks`, making it easy for you to log data depending on the status of your responses.
|
liteLLM provides `callbacks`, making it easy for you to log data depending on the status of your responses.
|
||||||
|
|
||||||
### Using Callbacks
|
### Using Callbacks
|
||||||
|
|
||||||
Get your Langfuse API Keys from https://cloud.langfuse.com/
|
Get your Langfuse API Keys from https://cloud.langfuse.com/
|
||||||
|
|
||||||
Use just 2 lines of code, to instantly log your responses **across all providers** with langfuse:
|
Use just 2 lines of code, to instantly log your responses **across all providers** with langfuse:
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 367 KiB |
Loading…
Add table
Add a link
Reference in a new issue