From 3b4c43eda11722696be4ba4a7fb0ed3359c500c8 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Tue, 13 Jun 2023 13:05:22 -0700 Subject: [PATCH] copy --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d23711bb2..a34dc96f3 100644 --- a/README.md +++ b/README.md @@ -76,10 +76,9 @@ Aider disables the [repository map feature](https://aider.chat/docs/ctags.html) when used with either of GPT-3.5 models. The `gpt-3.5-turbo` context window is too small to include a repo map. +Evaluation is needed to see if `gpt-3.5-turbo-16k` can make use of a repo map. -Evaluation is needed to determine if `gpt-3.5-turbo-16k` can -reliably return edits in a diff-like format and make use of a repo map. -For now, aider just treats it like a the original `gpt-3.5-turbo` with a larger +For now, aider just treats `gpt-3.5-turbo-16k` like a the original `gpt-3.5-turbo` with a larger context window. ## Installation