This commit is contained in:
Paul Gauthier 2024-05-06 12:21:14 -07:00
parent 201bb7fb54
commit c1e2829d21

View file

@ -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.