langfuser add view button (#7571)

This commit is contained in:
Charlie.Wei
2024-08-23 15:53:49 +08:00
committed by GitHub
parent 6025002971
commit 9864b35465
8 changed files with 61 additions and 9 deletions

View File

@@ -21,6 +21,7 @@ class LangfuseConfig(BaseTracingConfig):
"""
public_key: str
secret_key: str
project_key: str
host: str = 'https://api.langfuse.com'
@field_validator("host")