From 99152610970a86f33e2cffd47034d29217ce9655 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 5 Jul 2023 17:15:36 -0700 Subject: [PATCH] link to benchmark --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 25acd9a78..adbfc4fe2 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,9 @@ So aider has to ask GPT-3.5 to return a new copy of the "whole file" with edits included. This rapidly uses up tokens and can hit the limits of the context window. +For more detailed information and a quantitative comparison, here are +[code editing benchmark results for GPT-3.5 and GPT-4](https://aider.chat/docs/benchmarks.html). + Aider disables the [repository map feature](https://aider.chat/docs/ctags.html) when used with GPT-3.5 models.