From 63acc7e9998a0c95bb5dafb7c082b4de136efe58 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 2 Aug 2023 16:21:07 -0300 Subject: [PATCH] Updated HISTORY --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index e47272e09..8b578e7da 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,7 +4,7 @@ - Automatically summarize chat history to avoid exhausting context window. - More detail on dollar costs when running with `--no-stream` -- Stronger GPT-3.5 prompt against skipping/eliding code in replies (51.9% benchmark, no regression) +- Stronger GPT-3.5 prompt against skipping/eliding code in replies (51.9% [benchmark](https://aider.chat/docs/benchmarks.html), no regression) - Defend against GPT-3.5 or non-OpenAI models suggesting filenames surrounded by asterisks. - Refactored GitRepo code out of the Coder class.