Update benchmarks.md

This commit is contained in:
paul-gauthier 2023-06-30 16:59:50 -07:00 committed by GitHub
parent e3dac04035
commit 280daf52d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ so that user chat requests are more likely to result in effective changes to the
Improving code editing involves tweaking and experimenting with Improving code editing involves tweaking and experimenting with
the "edit format" that aider uses. the "edit format" that aider uses.
The edit format specifies how GPT should format code edits in its replies, The edit format is a part of the system prompt that specifies how GPT should format code edits in its replies,
and can range from simply "return an updated copy of the whole file" to and can range from simply "return an updated copy of the whole file" to
"use the "use the
[function calling API](https://openai.com/blog/function-calling-and-other-api-updates) [function calling API](https://openai.com/blog/function-calling-and-other-api-updates)