mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
copy
This commit is contained in:
parent
e5862ae81e
commit
0aaa37f528
2 changed files with 10 additions and 0 deletions
|
@ -98,3 +98,9 @@ to reduce their "lazy coding" tendencies with other edit formats.
|
|||
+class MathWeb:
|
||||
```
|
||||
````
|
||||
|
||||
## editor-diff and editor-whole
|
||||
|
||||
These are streamlined versions of the diff and whole formats, intended to be used
|
||||
with `--editor-edit-format` when using
|
||||
[architect mode](/docs/usage/modes.html).
|
||||
|
|
|
@ -44,6 +44,10 @@ After the main model replies, aider will offer to edit the files based on the re
|
|||
This request goes to the "editor" 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>`.
|
||||
The
|
||||
["editor-diff" and "editor-whole" edit formats](/docs/more/edit-formats.html#editor-diff-and-editor-whole)
|
||||
are recommended for use
|
||||
by an Editor model.
|
||||
|
||||
Architect mode produces better results than code mode, but uses two LLM requests.
|
||||
This probably makes it slower and more expensive than using code mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue