From 78baa3b28d878a135e84a813f91af3ecc4c6e4b0 Mon Sep 17 00:00:00 2001 From: Daniel Wiesmann Date: Thu, 19 Dec 2024 16:54:50 +0000 Subject: [PATCH] Reactivate langfuse --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.py b/api.py index 3ddfbbf..7ce174c 100644 --- a/api.py +++ b/api.py @@ -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":