From 0ddb6a38b8a8ccb8ac3be52ae4e7306803239245 Mon Sep 17 00:00:00 2001 From: Debanjum Date: Tue, 18 Feb 2025 21:29:58 +0530 Subject: [PATCH] Update Khoj docs to mark LMStudio as not supported anymore They seem to have deprecated json mode in their openai compatible API which Khoj uses extensively. --- documentation/docs/advanced/lmstudio.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/docs/advanced/lmstudio.md b/documentation/docs/advanced/lmstudio.md index 59eb0592..d3d4b8bf 100644 --- a/documentation/docs/advanced/lmstudio.md +++ b/documentation/docs/advanced/lmstudio.md @@ -1,4 +1,8 @@ # LM Studio +:::warning[Unsupported] +Khoj does not work with LM Studio anymore. Khoj leverages [json mode](https://platform.openai.com/docs/guides/structured-outputs#json-mode) extensively but LMStudio's API seems to have dropped support for json mode. [1](https://x.com/lmstudio/status/1770135858709975547), [2](https://lmstudio.ai/docs/api/structured-output) +::: + :::info This is only helpful for self-hosted users. If you're using [Khoj Cloud](https://app.khoj.dev), you're limited to our first-party models. :::