mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
copy
This commit is contained in:
parent
ad38339f74
commit
0bd8058589
1 changed files with 4 additions and 4 deletions
|
@ -34,13 +34,13 @@ There is also a special shortcut `--architect` to launch in `--chat-mode archite
|
||||||
|
|
||||||
## Architect mode and the editor model
|
## Architect mode and the editor model
|
||||||
|
|
||||||
When you are in architect mode, aider sends you request to two models:
|
When you are in architect mode, aider sends your request to two models:
|
||||||
|
|
||||||
1. First, it sends your request to the main active model.
|
1. First, it sends your request to the main active model.
|
||||||
This model is set by `/model`, `--model` or the shortcut switches like `--sonnet`.
|
The main model is configured with `/model`, `--model` or the shortcut switches like `--sonnet`.
|
||||||
After it replies, aider will offer to edit the files based on the response.
|
After the main model replies, aider will offer to edit the files based on the response.
|
||||||
|
|
||||||
2. To edit the files, aider sends a second LLM request, asking for specific code editing instructions.
|
2. To edit the files, aider sends a second LLM request asking for specific code editing instructions.
|
||||||
This request goes to the "editor" model.
|
This request goes to the "editor" model.
|
||||||
Aider has built in defaults to select an editor model based on your main model.
|
Aider has built in defaults to select an editor model based on your main model.
|
||||||
Or, you can choose an editor model yourself with `--editor-model <model>`.
|
Or, you can choose an editor model yourself with `--editor-model <model>`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue