mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
copy
This commit is contained in:
parent
201bb7fb54
commit
c1e2829d21
1 changed files with 5 additions and 4 deletions
|
@ -1,12 +1,13 @@
|
||||||
|
|
||||||
# Aider LLM leaderboards
|
# Aider LLM leaderboards
|
||||||
|
|
||||||
|
|
||||||
Aider works best with LLMs which are good at *editing* code, not just good at writing
|
Aider works best with LLMs which are good at *editing* code, not just good at writing
|
||||||
code.
|
code.
|
||||||
Aider uses the system prompt to tell the LLM how to make edits to the existing code
|
Aider's system prompt directs the LLM on how to modify existing code in your local git
|
||||||
in your local git repo.
|
repository.
|
||||||
Some LLMs are better than others at consistently following these instructions
|
To evaluate an LLM's editing skill, aider uses a pair of benchmarks that
|
||||||
to successfully edit code.
|
assess their ability to consistently follow these instructions and successfully edit code.
|
||||||
|
|
||||||
The leaderboards below report the results from a number of popular LLMs,
|
The leaderboards below report the results from a number of popular LLMs,
|
||||||
to help users select which models to use with aider.
|
to help users select which models to use with aider.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue