mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
copy
This commit is contained in:
parent
f20b32b01b
commit
4f8c52f09e
4 changed files with 571 additions and 569 deletions
|
@ -1,11 +1,14 @@
|
|||
# Release history
|
||||
|
||||
### main branch
|
||||
- Now dynamically sets `num_ctx` for Ollama, to ensure the context window can hold the chat.
|
||||
- Watch files now fully ignores top-level directories, to reduce the chance of hitting OS limits on number of watched files. Helpful to ignore giant subtrees like `node_modules`.
|
||||
- Improved .gitignore handling:
|
||||
- Honor ignores already in effect regardless of how they've been configured.
|
||||
- Check for .env only when the file exists.
|
||||
- Added "catch all" model-specific configuration settings for o3-mini, DeepSeek V3 & R1, o1-mini, o1.
|
||||
- Aider wrote 40% of the code in this release.
|
||||
- Added Azure o3-Mini model support.
|
||||
- Aider wrote 68% of the code in this release.
|
||||
|
||||
### Aider v0.73.0
|
||||
|
||||
|
|
|
@ -24,11 +24,14 @@ cog.out(text)
|
|||
|
||||
|
||||
### main branch
|
||||
- Now dynamically sets `num_ctx` for Ollama, to ensure the context window can hold the chat.
|
||||
- Watch files now fully ignores top-level directories, to reduce the chance of hitting OS limits on number of watched files. Helpful to ignore giant subtrees like `node_modules`.
|
||||
- Improved .gitignore handling:
|
||||
- Honor ignores already in effect regardless of how they've been configured.
|
||||
- Check for .env only when the file exists.
|
||||
- Added "catch all" model-specific configuration settings for o3-mini, DeepSeek V3 & R1, o1-mini, o1.
|
||||
- Aider wrote 40% of the code in this release.
|
||||
- Added Azure o3-Mini model support.
|
||||
- Aider wrote 68% of the code in this release.
|
||||
|
||||
### Aider v0.73.0
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -249,19 +249,15 @@ 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,060,798</td><td class='right'>71.5%</td></tr>
|
||||
<tr><td>None</td><td class='right'>192,849</td><td class='right'>13.0%</td></tr>
|
||||
<tr><td>o3-mini</td><td class='right'>91,579</td><td class='right'>6.2%</td></tr>
|
||||
<tr><td>openai/REDACTED</td><td class='right'>33,313</td><td class='right'>2.2%</td></tr>
|
||||
<tr><td>claude-3-5-haiku-20241022</td><td class='right'>30,124</td><td class='right'>2.0%</td></tr>
|
||||
<tr><td>ollama/REDACTED</td><td class='right'>22,641</td><td class='right'>1.5%</td></tr>
|
||||
<tr><td>fireworks_ai/REDACTED</td><td class='right'>18,207</td><td class='right'>1.2%</td></tr>
|
||||
<tr><td>openrouter/REDACTED</td><td class='right'>10,043</td><td class='right'>0.7%</td></tr>
|
||||
<tr><td>openrouter/deepseek/deepseek-chat</td><td class='right'>9,995</td><td class='right'>0.7%</td></tr>
|
||||
<tr><td>gemini/gemini-2.0-flash-thinking-exp</td><td class='right'>8,225</td><td class='right'>0.6%</td></tr>
|
||||
<tr><td>groq/REDACTED</td><td class='right'>2,462</td><td class='right'>0.2%</td></tr>
|
||||
<tr><td>fireworks_ai/accounts/fireworks/models/deepseek-v3</td><td class='right'>2,381</td><td class='right'>0.2%</td></tr>
|
||||
<tr><td>deepseek/deepseek-chat</td><td class='right'>1,136</td><td class='right'>0.1%</td></tr>
|
||||
<tr><td>o3-mini</td><td class='right'>825,441</td><td class='right'>46.0%</td></tr>
|
||||
<tr><td>claude-3-5-sonnet-20241022</td><td class='right'>530,294</td><td class='right'>29.6%</td></tr>
|
||||
<tr><td>None</td><td class='right'>192,849</td><td class='right'>10.7%</td></tr>
|
||||
<tr><td>ollama/REDACTED</td><td class='right'>158,902</td><td class='right'>8.9%</td></tr>
|
||||
<tr><td>fireworks_ai/accounts/fireworks/models/deepseek-v3</td><td class='right'>32,571</td><td class='right'>1.8%</td></tr>
|
||||
<tr><td>openai/REDACTED</td><td class='right'>31,433</td><td class='right'>1.8%</td></tr>
|
||||
<tr><td>claude-3-5-haiku-20241022</td><td class='right'>10,054</td><td class='right'>0.6%</td></tr>
|
||||
<tr><td>openrouter/REDACTED</td><td class='right'>10,043</td><td class='right'>0.6%</td></tr>
|
||||
<tr><td>fireworks_ai/REDACTED</td><td class='right'>2,531</td><td class='right'>0.1%</td></tr>
|
||||
</table>
|
||||
|
||||
{: .note :}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue