From 6a5f3e6bc5594262bff21cc1455b4cd7833b367f Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 14 Jun 2023 07:18:17 -0700 Subject: [PATCH] copy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed8724837..dfa3966bb 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The GPT-3.5 models are limited to editing somewhat smaller codebases. They are less able to follow instructions for returning code edits in a compact format, so aider has -and ask GPT-3.5 to return a full copy of any code that needs to be edited. +to ask GPT-3.5 to return a full copy of any code that needs to be edited. This rapidly uses up the context window. In practice, this means you can only use `gpt-3.5-turbo` to edit files that are smaller than about 2k tokens (8k bytes).