local-copilot

local-copilot

2 devlogs
6h 56m
Created by SUPA Siblings

An AI code completion system similar to GitHub Copilot - but instead of relying on remote servers, it can use fast and free models such as those on Chutes, Targon, Openrouter, or Groq, or even local models if you have a beefy enough PC.

Eventual plans are to create plugins for popular editors like VSCode, Vim, etc.

Note: README.md is written via AI

Timeline

Ship 2

0 payouts of shell 0 shells

SUPA Siblings

24 days ago

SUPA Siblings Covers 1 devlog and 1h 2m

pypi support

Update attachment

Ship 1

0 payouts of shell 0 shells

SUPA Siblings

about 1 month ago

SUPA Siblings Covers 1 devlog and 5h 54m

Made the actual server for completions, along with a static endpoint for testing via a CodeMirror code editor.

Also made a test.py for testing that the server actually works, without opening a web browser.

Update attachment