diff --git a/src/khoj/routers/api_chat.py b/src/khoj/routers/api_chat.py index 9154bff8..5e1cb1a8 100644 --- a/src/khoj/routers/api_chat.py +++ b/src/khoj/routers/api_chat.py @@ -890,10 +890,7 @@ async def chat( online_results=online_results, ) content_obj = { - "content-type": "application/json", "intentType": intent_type, - "context": compiled_references, - "onlineContext": online_results, "inferredQueries": [improved_image_prompt], "image": image, }