From 77ca367bcb0a7e52d051e7b59cdbff136ac73a23 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 9 May 2023 21:21:21 -0700 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bae8333d5..cba23d96c 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ GPT-3.5 is unable to consistently follow directions to generate concise code edi Aider can only edit code that fits in the GPT context window. For GPT-4 that is 8k tokens. -It helps to be selective about which of your source files you discuss with aider at once. +It helps to be selective about which of your source files you discuss with aider at the same time. It can also help to refactor your code into more, smaller files. -Aider can help with perform such refactorings, if you start before the files get too large. +Aider can help perform such refactorings, if you start before the files get too large. If you have access to gpt-4-32k, I would be curious to hear how it works with aider.