Skip to content

Commit

Permalink
docs: add LocalCompletion (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Schüttler <[email protected]>
  • Loading branch information
lufixSch and Lukas Schüttler authored Nov 16, 2023
1 parent ee4f3b0 commit 307bc95
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 307bc95

Please sign in to comment.