go-copilot-proxy/README.md

20 lines
440 B
Markdown
Raw Normal View History

2025-08-05 11:08:53 +02:00
# Go Copilot Proxy
A simple, single binary proxy for GitHub Copilot.
Based on [copilot-openai-api](https://github.com/yuchanns/copilot-openai-api)
and [openai-github-copilot](https://gitea.com/PublicAffairs/openai-github-copilot).
## Usage
Run the proxy server:
```sh
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.