Skip to content

Commit

Permalink
update warning message if langfuse not found
Browse files Browse the repository at this point in the history
  • Loading branch information
ahau-square committed Oct 7, 2024
1 parent 1174aba commit df2aede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/exchange/src/exchange/langfuse/langfuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
HAS_LANGFUSE_CREDENTIALS = True
logger.info("Langfuse context and credentials found.")
else:
logger.warning("Langfuse context and credentials not found. Langfuse will not work.")
logger.warning("Langfuse context and/or credentials not found. Please ensure that your Langfuse server is running locally and that your credentials are available.")

# Restore stderr
sys.stderr = sys.__stderr__
Expand Down

0 comments on commit df2aede

Please sign in to comment.