From bffb557896131a9bb353f7d77ca02c753bcb5fbc Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 10 Jul 2023 07:24:49 -0700 Subject: [PATCH] copy --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ace2bbe9d..bb3531882 100644 --- a/README.md +++ b/README.md @@ -133,8 +133,10 @@ Aider has some ability to help GPT figure out which files to edit all by itself, ## GPT-4 vs GPT-3.5 -Aider supports all of OpenAI's chat models, -but you will probably get the best results with one of the GPT-4 models. +Aider supports all of OpenAI's chat models. +You can choose a model with the `--model` command line argument. + +You will probably get the best results with one of the GPT-4 models. They have large context windows, better coding skills and they generally obey the instructions in the system prompt. GPT-4 is able to structure code edits as simple "diffs"