A lightweight proxy that lets GitHub Copilot use your own OpenAI or Anthropic keys in BYOK mode, with model routing, key management, and usage metrics.
dotnet run --project copilot-auto-byok.csprojOpen http://localhost:5000 for the admin UI.
- OpenAI-compatible
/v1/chat/completions - Anthropic-compatible
/v1/messages - Built-in admin UI and metrics
- SQLite-backed config in
Data/app.db
- .NET 10
- ASP.NET Core
- EF Core + SQLite
- OpenAPI
- 中文文档:
README.zh-CN.md - 英文文档:
README.md
