docs(langfuse): update section titles

This commit is contained in:
Udit 2024-03-16 03:33:14 +05:30
parent 31fb2d0219
commit b8dbcd7ac3
2 changed files with 3 additions and 3 deletions

View file

@ -134,5 +134,5 @@ chat(messages)
</TabItem>
</Tabs>
## Langfuse Integration
Checkout this section [here](../observability/langfuse_integration#chatlitellm-integration) for more details on how to integrate langfuse with ChatLiteLLM.
## Use LangChain ChatLiteLLM + Langfuse
Checkout this section [here](../observability/langfuse_integration#use-langchain-chatlitellm--langfuse) for more details on how to integrate langfuse with ChatLiteLLM.

View file

@ -132,7 +132,7 @@ print(response)
```
### ChatLiteLLM Integration
### Use LangChain ChatLiteLLM + Langfuse
Pass `trace_user_id`, `session_id` in model_kwargs
```python
import os