From a1286d0d4db692022ec15ef93b0f77b6eb05caa8 Mon Sep 17 00:00:00 2001 From: "Son H. Nguyen" Date: Sat, 8 Mar 2025 14:18:48 +0700 Subject: [PATCH] doc: add example command for github copilot models --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) 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