Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copilot Proxy

A thin proxy that exposes GitHub Copilot's frontier models behind standard endpoints.

QuickStart

Install LiteLLM

pip install uv
uv tool update-shell
uv tool install 'litellm[proxy]'

Start the proxy

litellm --config proxy/config.yaml --host 0.0.0.0 --port 4000

Applications

Use with Claude Code

Install

npm install -g @anthropic-ai/claude-code

Configure

Copy claude-code.settings.json from this repo to ~/.claude/settings.json:

cp proxy/claude-code.settings.json ~/.claude/settings.json

Run

claude

Use with Codex

Install

npm install -g @openai/codex

Configure

Copy codex.config.toml from this repo to ~/.codex/config.toml:

cp proxy/codex.config.toml ~/.codex/config.toml

Run

codex

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages