mirror of
https://gitlab.com/TECHNOFAB/go-copilot-proxy.git
synced 2025-12-10 13:30:05 +01:00
Small proxy for GitHub Copilot written in Go
| cmd/go-copilot-proxy | ||
| internal | ||
| .envrc | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| flake.lock | ||
| flake.nix | ||
| go.mod | ||
| go.sum | ||
| package.nix | ||
| README.md | ||
Go Copilot Proxy
A simple, single binary proxy for GitHub Copilot.
Based on copilot-openai-api and openai-github-copilot.
Usage
Run the proxy server:
go-copilot-proxy auth # to log in with oauth
go-copilot-proxy serve
Use http://localhost:8080 as the OpenAI endpoint.
Run go-copilot-proxy --help for more.