This commit is contained in:
Paul Gauthier 2024-05-19 15:14:22 -07:00
parent 04539feccb
commit deb13c060c
2 changed files with 4 additions and 5 deletions

View file

@ -37,6 +37,5 @@ The interactive prompt is built with [prompt-toolkit](https://github.com/prompt-
- `Ctrl-P` : Move up to the previous history entry.
- `Ctrl-R` : Reverse search in command history.
Note: aider currently exits vi normal mode after a single command, (maybe something to do with the esc keybinding?). Feel free to investigate and make a PR if you would like to see it fully supported.
Prompt toolkit also does not provide clear documentation on the bindings they support - maybe you can take aider and help them out with that and we can then link to the authoritative docs.
Note: aider currently exits vi normal mode after a single command, (maybe something to do with the esc keybinding?).
Feel free to investigate and make a PR if you would like to see it fully supported.

View file

@ -2,7 +2,7 @@
highlight_image: /assets/leaderboard.jpg
---
# GPT-4o takes #1 & #2 on the Aider LLM leaderboards
# Aider LLM Leaderboards
Aider works best with LLMs which are good at *editing* code, not just good at writing
code.
@ -14,7 +14,7 @@ The leaderboards below report the results from a number of popular LLMs.
While [aider can connect to almost any LLM](/docs/llms.html),
it works best with models that score well on the benchmarks.
## GPT-4o
## GPT-4o takes the #1 & #2 spots
GPT-4o tops the aider LLM code editing leaderboard at 72.9%, versus 68.4% for Opus. GPT-4o takes second on aider's refactoring leaderboard with 62.9%, versus Opus at 72.3%.