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
d6b592d0e8
commit
69a056223c
1 changed files with 5 additions and 0 deletions
|
@ -339,5 +339,10 @@ The editblock coder is currently used by GPT-4 by default. You can manually sele
|
|||
- editblock_coder.py
|
||||
- editblock_prompts.py
|
||||
|
||||
The universal diff coder is currently used by GPT-4 Turbo by default. You can manually select it with `--edit-format udiff`.
|
||||
|
||||
- udiff_coder.py
|
||||
- udiff_prompts.py
|
||||
|
||||
When experimenting with coder backends, it helps to run aider with `--verbose --no-pretty` so you can see
|
||||
all the raw information being sent to/from GPT in the conversation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue