khoj 1.37.0__py3-none-any.whl → 1.37.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- khoj/database/migrations/0087_alter_aimodelapi_api_key.py +17 -0
- khoj/database/models/__init__.py +1 -1
- khoj/interface/compiled/404/index.html +2 -2
- khoj/interface/compiled/_next/static/chunks/{2117-ce1f0a4598f5e4fe.js → 2117-1c18aa2098982bf9.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/{2327-b21ecded25471e6c.js → 2327-0bbe3ee35f80659f.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/{8515-010dd769c584b672.js → 8515-f305779d95dd5780.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/agents/{layout-5961c3717e1d8813.js → layout-dd7f2b45a9c30bd7.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/agents/{page-0d31f76257d6ec11.js → page-df5446aa4fb82e1a.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/automations/{page-c6180af69fc9c766.js → page-0a44416f9183aec0.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/chat/{layout-3e25af7224d678a0.js → layout-904fbbb3974588da.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/chat/{page-e3f298848d59803b.js → page-5175e747d3cb4a33.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/{page-df51e61295c4a9b5.js → page-44ac22beb2619af0.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/search/{layout-9ccd090dcc2aa58a.js → layout-51d73830842461d5.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/search/{page-098017fa7f6ba0bf.js → page-1df7b236b30620f7.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/settings/{page-1ff027f4e0a5c468.js → page-3473bab693ef81b2.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/{layout-9cc742afcea0b421.js → layout-d090bd23befd0207.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/app/share/chat/{page-ea29a4633737cb59.js → page-e8f0cc65930b214e.js} +1 -1
- khoj/interface/compiled/_next/static/chunks/main-876327ac335776ab.js +1 -0
- khoj/interface/compiled/_next/static/chunks/{webpack-2707657083ef5456.js → webpack-d1d79c1576702da7.js} +1 -1
- khoj/interface/compiled/_next/static/css/37a73b87f02df402.css +1 -0
- khoj/interface/compiled/_next/static/css/440ae0f0f650dc35.css +1 -0
- khoj/interface/compiled/_next/static/css/b62829e3bf683b86.css +1 -0
- khoj/interface/compiled/_next/static/css/f29752d6e1be7624.css +1 -0
- khoj/interface/compiled/agents/index.html +2 -2
- khoj/interface/compiled/agents/index.txt +3 -3
- khoj/interface/compiled/automations/index.html +2 -2
- khoj/interface/compiled/automations/index.txt +3 -3
- khoj/interface/compiled/chat/index.html +2 -2
- khoj/interface/compiled/chat/index.txt +3 -3
- khoj/interface/compiled/index.html +2 -2
- khoj/interface/compiled/index.txt +2 -2
- khoj/interface/compiled/search/index.html +2 -2
- khoj/interface/compiled/search/index.txt +3 -3
- khoj/interface/compiled/settings/index.html +2 -2
- khoj/interface/compiled/settings/index.txt +5 -5
- khoj/interface/compiled/share/chat/index.html +2 -2
- khoj/interface/compiled/share/chat/index.txt +3 -3
- khoj/processor/conversation/anthropic/anthropic_chat.py +9 -4
- khoj/processor/conversation/anthropic/utils.py +26 -11
- khoj/processor/conversation/google/gemini_chat.py +12 -5
- khoj/processor/conversation/google/utils.py +41 -5
- khoj/processor/conversation/openai/gpt.py +1 -5
- khoj/processor/conversation/openai/utils.py +6 -5
- khoj/routers/api.py +4 -0
- khoj/routers/auth.py +2 -5
- khoj/routers/helpers.py +13 -3
- khoj/utils/constants.py +2 -0
- khoj/utils/helpers.py +58 -2
- {khoj-1.37.0.dist-info → khoj-1.37.1.dist-info}/METADATA +5 -6
- {khoj-1.37.0.dist-info → khoj-1.37.1.dist-info}/RECORD +60 -59
- khoj/interface/compiled/_next/static/chunks/main-98eb5932d6b2e3fa.js +0 -1
- khoj/interface/compiled/_next/static/css/0db53bacf81896f5.css +0 -1
- khoj/interface/compiled/_next/static/css/b15666ef52060cd0.css +0 -1
- khoj/interface/compiled/_next/static/css/bb7ea98028b368f3.css +0 -1
- khoj/interface/compiled/_next/static/css/ee66643a6a5bf71c.css +0 -1
- /khoj/interface/compiled/_next/static/{4luVb2EbBJ977WDHeDuZQ → PzXuumAYUnzr_Egd_JDmj}/_buildManifest.js +0 -0
- /khoj/interface/compiled/_next/static/{4luVb2EbBJ977WDHeDuZQ → PzXuumAYUnzr_Egd_JDmj}/_ssgManifest.js +0 -0
- /khoj/interface/compiled/_next/static/chunks/{1915-1943ee8a628b893c.js → 1915-ab4353eaca76f690.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/{4363-e6ac2203564d1a3b.js → 4363-4efaf12abe696251.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/{4447-e038b251d626c340.js → 4447-5d44807c40355b1a.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/{8667-8136f74e9a086fca.js → 8667-adbe6017a66cef10.js} +0 -0
- /khoj/interface/compiled/_next/static/chunks/{9259-640fdd77408475df.js → 9259-d8bcd9da9e80c81e.js} +0 -0
- {khoj-1.37.0.dist-info → khoj-1.37.1.dist-info}/WHEEL +0 -0
- {khoj-1.37.0.dist-info → khoj-1.37.1.dist-info}/entry_points.txt +0 -0
- {khoj-1.37.0.dist-info → khoj-1.37.1.dist-info}/licenses/LICENSE +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.