From 307bc956696207e3850cd54f6db7126f536510f6 Mon Sep 17 00:00:00 2001 From: Lukas S <62517060+lufixSch@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:02:17 +0100 Subject: [PATCH] docs: add LocalCompletion (#6) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lukas Schüttler --- data/data.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/data.yaml b/data/data.yaml index 0efca97..81f1698 100644 --- a/data/data.yaml +++ b/data/data.yaml @@ -79,7 +79,7 @@ extensions: notes: "Edit selection using custom prompts" - name: "uniteai" - editor: ["VSCode", "emacs", "lsp"] + editor: ["VSCode", "emacs", "lsp"] released: "2023-8-27" link: "https://github.com/freckletonj/uniteai" @@ -132,6 +132,12 @@ tools: notes: "Full self-hostable code completion, chat and training service, complete with VSCode extension." link: "https://github.com/smallcloudai/refact" + - name: "LocalCompletion" + editor: ["VSCode"] + released: "2023-11-15" + link: "https://github.com/lufixSch/LocalCompletion" + notes: "Inline completion with support for any OpenAI compatible backend" + chat: - name: "open-interpreter" stars: ">14k"