This commit is contained in:
Paul Gauthier 2024-12-13 13:34:18 -08:00
parent 8c10cb6230
commit 9f6331a35e
2 changed files with 8 additions and 4 deletions

View file

@ -218,7 +218,7 @@ Below is a table showing the models I have used recently,
extracted from the
[public log](https://github.com/aider-ai/aider/blob/main/aider/website/assets/sample-analytics.jsonl)
of my
[aider analytics](http://127.0.0.1:4000/docs/more/analytics.html).
[aider analytics](http://aider.chat/docs/more/analytics.html).
<!--[[[cog
import sys
@ -237,13 +237,17 @@ tr:hover { background-color: #f5f5f5; }
</style>
<table>
<tr><th>Model Name</th><th class='right'>Total Tokens</th><th class='right'>Percent</th></tr>
<tr><td>claude-3-5-sonnet-20241022</td><td class='right'>1,687,074</td><td class='right'>89.4%</td></tr>
<tr><td>claude-3-5-sonnet-20241022</td><td class='right'>1,693,353</td><td class='right'>89.5%</td></tr>
<tr><td>gemini/REDACTED</td><td class='right'>82,572</td><td class='right'>4.4%</td></tr>
<tr><td>o1-preview</td><td class='right'>79,317</td><td class='right'>4.2%</td></tr>
<tr><td>deepseek/deepseek-coder</td><td class='right'>24,628</td><td class='right'>1.3%</td></tr>
<tr><td>gpt-4o</td><td class='right'>9,243</td><td class='right'>0.5%</td></tr>
<tr><td>gpt-4o-mini</td><td class='right'>3,420</td><td class='right'>0.2%</td></tr>
</table>
{: .note :}
Some models show as REDACTED, because they are new or unpopular models.
Aider's analytics only records the names of "well known" LLMs.
<!--[[[end]]]-->
## How are the "aider wrote xx% of code" stats computed?