proxypilot
is a simple addition to GitHub Copilot for local code completion. An existing Copilot subscription is required.
- Docker and Docker Compose
- Ollama
ollama pull codellama:7b-code
docker compose up
Requires github/copilot.vim
# .vimrc
let g:copilot_proxy = 'http://localhost:61107'
let g:copilot_proxy_strict_ssl = false
# init.lua
vim.g.copilot_proxy = 'http://localhost:61107'
vim.g.copilot_proxy_strict_ssl = false