feat: add langfuse

This commit is contained in:
qixinbo
2026-03-31 00:18:32 +08:00
parent ed0075c910
commit 01524aaff5
11 changed files with 1034 additions and 330 deletions
+5
View File
@@ -6,3 +6,8 @@ SMTP_PASSWORD=your_16_digit_auth_code
# Frontend URL for the verification link
FRONTEND_URL=http://localhost:5173
# Langfuse Observability (self-hosted/local)
LANGFUSE_PUBLIC_KEY=pk-lf-your-public-key
LANGFUSE_SECRET_KEY=sk-lf-your-secret-key
LANGFUSE_BASE_URL=http://localhost:3000