From 13dee7d89ec45f5747d1b38d0f2fc49fc5acea16 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Thu, 1 Aug 2024 19:22:21 +0530 Subject: [PATCH] Remove status update for understanding query --- src/khoj/routers/api_chat.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/khoj/routers/api_chat.py b/src/khoj/routers/api_chat.py index 8b7bada4..edb1c99a 100644 --- a/src/khoj/routers/api_chat.py +++ b/src/khoj/routers/api_chat.py @@ -627,9 +627,6 @@ async def chat( user_message_time = datetime.now().strftime("%Y-%m-%d %H:%M:%S") - async for result in send_event(ChatEvent.STATUS, f"**Understanding Query**: {q}"): - yield result - meta_log = conversation.conversation_log is_automated_task = conversation_commands == [ConversationCommand.AutomatedTask]