diff --git a/src/khoj/routers/api_chat.py b/src/khoj/routers/api_chat.py index 6c218f83..150733b7 100644 --- a/src/khoj/routers/api_chat.py +++ b/src/khoj/routers/api_chat.py @@ -358,7 +358,7 @@ async def websocket_endpoint( try: await send_status_update("**Operation**: Searching the web for relevant information...") online_results = await search_online(defiltered_query, meta_log, location) - online_searches = "".join([f"{query}" for query in online_results.keys()]) + online_searches = ", ".join([f"{query}" for query in online_results.keys()]) await send_status_update(f"**Online searches**: {online_searches}") except ValueError as e: await send_complete_llm_response(