Skip to content

Commit

Permalink
Reactivate langfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowcap committed Dec 19, 2024
1 parent 6f725c8 commit 78baa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def event_stream(query: str, thread_id: Optional[str]=None, query_type: Optional
thread_id = uuid.uuid4()

config = {
# "callbacks": [langfuse_handler],
"callbacks": [langfuse_handler],
"configurable": {"thread_id": thread_id},
}
if query_type == "human_input":
Expand Down

0 comments on commit 78baa3b

Please sign in to comment.