Skip to content

Commit

Permalink
Merge pull request #355 from cofacts/langfuse
Browse files Browse the repository at this point in the history
feat: Add Langfuse Integration and Fix Audio Processing
  • Loading branch information
MrOrz authored Jan 18, 2025
2 parents 5dc1e5e + 61a3497 commit 49199d5
Show file tree
Hide file tree
Showing 9 changed files with 336 additions and 131 deletions.
8 changes: 6 additions & 2 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,12 @@ GCS_BUCKET_NAME=
GCS_MEDIA_FOLDER=media/

# Open AI API key for AI replies, etc.
#
OPENAI_API_KEY=
OPENAI_API_KEY=sk-...

# Langfuse configuration
LANGFUSE_PUBLIC_KEY=pk-lf-...
LANGFUSE_SECRET_KEY=sk-lf-...
LANGFUSE_BASEURL=https://langfuse.cofacts.tw # Optional, for self-hosted

# When LOG_REQUESTS exists, it also shows incoming GraphQL operation, variables, and resolved user info
LOG_REQUESTS=
Expand Down
Loading

0 comments on commit 49199d5

Please sign in to comment.