{"id":16485307,"url":"https://github.com/plazide/local-ai-code-completion","last_synced_at":"2025-03-23T12:32:55.379Z","repository":{"id":202954979,"uuid":"708491002","full_name":"Plazide/local-ai-code-completion","owner":"Plazide","description":"A vscode extension providing AI code completion locally on your computer.","archived":false,"fork":false,"pushed_at":"2024-02-24T17:00:59.000Z","size":7888,"stargazers_count":17,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-12T13:25:08.291Z","etag":null,"topics":["artificial-intelligence","developer-tools","large-language-models","typescript","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Plazide.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-22T18:02:07.000Z","updated_at":"2024-10-10T08:31:04.000Z","dependencies_parsed_at":"2024-01-05T17:44:34.094Z","dependency_job_id":"8e6109bc-7058-4ef9-bfa3-19f45039bdc6","html_url":"https://github.com/Plazide/local-ai-code-completion","commit_stats":null,"previous_names":["plazide/local-ai-code-completion"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Plazide%2Flocal-ai-code-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Plazide%2Flocal-ai-code-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Plazide%2Flocal-ai-code-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Plazide%2Flocal-ai-code-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Plazide","download_url":"https://codeload.github.com/Plazide/local-ai-code-completion/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221850633,"owners_count":16891659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["artificial-intelligence","developer-tools","large-language-models","typescript","vscode-extension"],"created_at":"2024-10-11T13:25:22.840Z","updated_at":"2024-10-28T15:48:07.325Z","avatar_url":"https://github.com/Plazide.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# local-ai-code-completion README\n\nEnables AI Assisted code completion, similar to Github Copilot, completely locally. No code leaves your machine. This has two major benefits:\n\n- **Cost**. This extension is completely free to use.\n- **Privacy**. No data is shared with third-parties, everything stays on your computer.\n\n## Features\n\nAI Assisted code completion.\n\nYou trigger code completion by pressing \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eAlt\u003c/kbd\u003e+\u003ckbd\u003eC\u003c/kbd\u003e.\n\nYou accept a completion by pressing \u003ckbd\u003eTab\u003c/kbd\u003e.\n\nYou cancel an ongoing completion by pressing \u003ckbd\u003eEscape\u003c/kbd\u003e.\n\nYou delete a non-accepted completion by pressing \u003ckbd\u003eEscape\u003c/kbd\u003e.\n\nGIF is sped up.\n\n![usage example](./assets/lacc-example.gif)\n\nThe extension uses codellama 7B under the hood, which supports many languages including Python, C++, Java, PHP, Typescript (Javascript), C# and Bash.\n\nAccording to evaluation results from Meta, codellama 7B is almost on par with Codex, the model used by Github Copilot.\n\n## Requirements\n\nThis extension requires an [Ollama](https://ollama.ai/) installation to run the language model locally. Ollama does not currently support Windows, which also means that this extension is not compatible with Windows.\n\n\u003c!-- ## Extension Settings\n\nInclude if your extension adds any VS Code settings through the `contributes.configuration` extension point.\n\nFor example:\n\nThis extension contributes the following settings:\n\n- `myExtension.enable`: Enable/disable this extension.\n- `myExtension.thing`: Set to `blah` to do something. --\u003e\n\n## Known Issues\n\n- Time to start generating can be very long. This is an inherent issue to the model running locally on your computer.\n- Inference is slow. Also a consequence of running the model locally, but depends on your system.\n\n## Release Notes\n\n### 1.2.0\n\n#### Added\n\n- Config option for generation timeout\n- Config options for baseUrl of Ollama API (enables use of the extension with a remote or local Ollama server)\n\n#### Changed\n\n- Improved logging\n\n#### Fixed\n\n- Bug where aborting generation would not work\n\nThanks to [@johnnyasantoss](https://github.com/johnnyasantoss) for making these changes.\n\n---\n\n### 1.1.0\n\nAdded options for changing model, temperature and top_p parameters.\n\n---\n\n### 1.0.0\n\nInitial release.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplazide%2Flocal-ai-code-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplazide%2Flocal-ai-code-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplazide%2Flocal-ai-code-completion/lists"}