🔧 chore(langfuse.py): add support for configurable Langfuse host to improve flexibility and maintainability
This commit is contained in:
parent
4c6cd57a1f
commit
1ebf4e5b24
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class LangfuseInstance:
|
|||
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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue