From 2149eaceab3e39a97ed3582fbb298cd13a8e1926 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 7 Jun 2023 09:39:28 -0700 Subject: [PATCH] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21fee06bf..1745021d7 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ You will probably get better results with GPT-4, because of its larger context w greater competance at coding. To function with GPT-3.5, aider needs to send it the original code -and ask it to a full copy of the modified code. +and ask it to return a full copy of the modified code. Both the original and modified copies of the code count towards the 4k token context window limit. In practice, this means you can only add files to the chat that are smaller than about 2k tokens (8k bytes).