From e77d80bda5a73141e3dc09fc38393320d642e167 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Fri, 13 Dec 2024 12:48:28 -0800 Subject: [PATCH] docs: Add FAQ about LLMs used to build aider --- aider/website/docs/faq.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/aider/website/docs/faq.md b/aider/website/docs/faq.md index 4921f4326..42c828579 100644 --- a/aider/website/docs/faq.md +++ b/aider/website/docs/faq.md @@ -209,6 +209,23 @@ all the raw information being sent to/from the LLM in the conversation. You can also refer to the [instructions for installing a development version of aider](https://aider.chat/docs/install/optional.html#install-the-development-version-of-aider). +## What LLMs do you use to build aider? + +Aider writes a lot of its own code, usually about 70% of the new code in each +release. +People often ask which LLM models I use with aider, when writing aider. +Below is a table showing the models I use, +extracted from the [public log of my aider analytics](https://github.com/aider-ai/aider/blob/main/aider/website/assets/sample-analytics.jsonl). + + + + + ## How are the "aider wrote xx% of code" stats computed?