mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 20:25:01 +00:00
doc: add example command for github copilot models
This commit is contained in:
parent
eef3a3afeb
commit
a1286d0d4d
1 changed files with 6 additions and 0 deletions
|
@ -65,9 +65,15 @@ aider --model openrouter/anthropic/claude-3.7-sonnet --api-key openrouter=your-k
|
||||||
|
|
||||||
# Work with DeepSeek via OpenRouter's API
|
# Work with DeepSeek via OpenRouter's API
|
||||||
aider --model openrouter/deepseek/deepseek-chat --api-key openrouter=your-key-goes-here
|
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]]]-->
|
<!--[[[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
|
See the
|
||||||
[installation instructions](https://aider.chat/docs/install.html)
|
[installation instructions](https://aider.chat/docs/install.html)
|
||||||
and
|
and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue