diff --git a/README.md b/README.md index ad723860d..ced62cb95 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,15 @@ aider --model openrouter/anthropic/claude-3.7-sonnet --api-key openrouter=your-k # Work with DeepSeek via OpenRouter's API aider --model openrouter/deepseek/deepseek-chat --api-key openrouter=your-key-goes-here + +# Work with Github Copilot +aider --model github_copilot/claude-3.7-sonnet-thought ``` +> [!TIP] +> If you have not authenticated with Github Copilot before, the first time you run Aider with the `github_copilot` model, you will be prompted to authenticate with Github Copilot using device code authentication. Follow the instructions in the terminal to authenticate. + See the [installation instructions](https://aider.chat/docs/install.html) and