doc: add example command for github copilot models

This commit is contained in:
Son H. Nguyen 2025-03-08 14:18:48 +07:00
parent eef3a3afeb
commit a1286d0d4d

View file

@ -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
```
<!--[[[end]]]-->
> [!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