From 69a056223c5469c217d0ce3fb0298a4e681cb462 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 24 Feb 2024 10:16:38 -0800 Subject: [PATCH] copy --- docs/faq.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 3aa14826c..666d45006 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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.