local-ai-code-completion READMEEnables AI Assisted code completion, similar to Github Copilot, completely locally. No code leaves your machine. This has two major benefits:
FeaturesAI Assisted code completion. You trigger code completion by pressing Ctrl+Alt+C. You accept a completion by pressing Tab. You cancel an ongoing completion by pressing Escape. You delete a non-accepted completion by pressing Escape. GIF is sped up. The extension uses codellama 7B under the hood, which supports many languages including Python, C++, Java, PHP, Typescript (Javascript), C# and Bash. According to evaluation results from Meta, codellama 7B is almost on par with Codex, the model used by Github Copilot. RequirementsThis extension requires an Ollama installation to run the language model locally. Ollama does not currently support Windows, which also means that this extension is not compatible with Windows. Known Issues
Release Notes1.2.0Added
Changed
Fixed
Thanks to @johnnyasantoss for making these changes. 1.1.0Added options for changing model, temperature and top_p parameters. 1.0.0Initial release. |