Skip to content

Commit

Permalink
🔧 chore(langfuse.py): add support for configurable Langfuse host to i…
Browse files Browse the repository at this point in the history
…mprove flexibility and maintainability (#948)

Closes #947
  • Loading branch information
ogabrielluiz authored Sep 21, 2023
2 parents 4c6cd57 + 1ebf4e5 commit 9920bfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/langflow/services/plugins/langfuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def create(cls):
cls._instance = Langfuse(
public_key=settings.LANGFUSE_PUBLIC_KEY,
secret_key=settings.LANGFUSE_SECRET_KEY,
host=settings.LANGFUSE_HOST,
)
else:
logger.debug("No Langfuse credentials found")
Expand Down

0 comments on commit 9920bfd

Please sign in to comment.