From 34e764bbf58b9c1eb508f5d1bdff54d17678c673 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 6 Jun 2023 13:04:50 -0700 Subject: [PATCH] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1442b8f2e..e6ff50435 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You need an to use aider. Aider supports the `gpt-4` model and has new, experimental support for `gpt-3.5-turbo`. -You will get better results with GPT-4, for a few reasons: +You will probably get better results with GPT-4, for a few reasons: - GPT-3.5 isn't able to reliably follow instructions to output "diff style" edits to files. So to make an edit, it has to return a whole new copy of the code that includes any changes. This uses up a lot of the already small GPT-3.5 context window. - GPT-4 has a much larger context window and is able to reliably generate "diff style" edits to files. This allows you to edit much larger files when using aider with GPT-4.