Langfuse view button (#7684)

This commit is contained in:
Charlie.Wei
2024-08-27 11:25:56 +08:00
committed by GitHub
parent 88730906ec
commit e7afee1176
2 changed files with 5 additions and 7 deletions

View File

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