fix - langfuse.py

This commit is contained in:
Ishaan Jaff 2024-05-01 20:32:52 -07:00
parent 1588453532
commit 9ac5d30cb7

View file

@ -17,6 +17,7 @@ class LangFuseLogger:
):
try:
from langfuse import Langfuse
import langfuse
except Exception as e:
raise Exception(
f"\033[91mLangfuse not installed, try running 'pip install langfuse' to fix this error: {e}\n{traceback.format_exc()}\033[0m"