mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-18 10:34:59 +00:00
added photo
This commit is contained in:
parent
6dc7a8b4a4
commit
7396e3883e
4 changed files with 6 additions and 4 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
### Aider v0.41.0
|
### Aider v0.41.0
|
||||||
|
|
||||||
- Allow Claude 3.5 Sonnet to stream back >4k tokens!
|
- [Allow Claude 3.5 Sonnet to stream back >4k tokens!](https://aider.chat/2024/07/01/sonnet-not-lazy.html)
|
||||||
- It is the first model capable of writing such large coherent, useful code edits.
|
- It is the first model capable of writing such large coherent, useful code edits.
|
||||||
- Do large refactors or generate multiple files of new code in one go.
|
- Do large refactors or generate multiple files of new code in one go.
|
||||||
- Aider now uses `claude-3-5-sonnet-20240620` by default if `ANTHROPIC_API_KEY` is set in the environment.
|
- Aider now uses `claude-3-5-sonnet-20240620` by default if `ANTHROPIC_API_KEY` is set in the environment.
|
||||||
- Enabled [image support](https://aider.chat/docs/images-urls.html) for 3.5 Sonnet and for GPT-4o & 3.5 Sonnet via OpenRouter (by @yamitzky).
|
- [Enabled image support](https://aider.chat/docs/images-urls.html) for 3.5 Sonnet and for GPT-4o & 3.5 Sonnet via OpenRouter (by @yamitzky).
|
||||||
- Added `--attribute-commit-message` to prefix aider's commit messages with "aider:".
|
- Added `--attribute-commit-message` to prefix aider's commit messages with "aider:".
|
||||||
- Fixed regression in quality of one-line commit messages.
|
- Fixed regression in quality of one-line commit messages.
|
||||||
- Automatically retry on Anthropic `overloaded_error`.
|
- Automatically retry on Anthropic `overloaded_error`.
|
||||||
|
|
|
@ -14,11 +14,11 @@ cog.out(text)
|
||||||
|
|
||||||
### Aider v0.41.0
|
### Aider v0.41.0
|
||||||
|
|
||||||
- Allow Claude 3.5 Sonnet to stream back >4k tokens!
|
- [Allow Claude 3.5 Sonnet to stream back >4k tokens!](https://aider.chat/2024/07/01/sonnet-not-lazy.html)
|
||||||
- It is the first model capable of writing such large coherent, useful code edits.
|
- It is the first model capable of writing such large coherent, useful code edits.
|
||||||
- Do large refactors or generate multiple files of new code in one go.
|
- Do large refactors or generate multiple files of new code in one go.
|
||||||
- Aider now uses `claude-3-5-sonnet-20240620` by default if `ANTHROPIC_API_KEY` is set in the environment.
|
- Aider now uses `claude-3-5-sonnet-20240620` by default if `ANTHROPIC_API_KEY` is set in the environment.
|
||||||
- Enabled [image support](https://aider.chat/docs/images-urls.html) for 3.5 Sonnet and for GPT-4o & 3.5 Sonnet via OpenRouter (by @yamitzky).
|
- [Enabled image support](https://aider.chat/docs/images-urls.html) for 3.5 Sonnet and for GPT-4o & 3.5 Sonnet via OpenRouter (by @yamitzky).
|
||||||
- Added `--attribute-commit-message` to prefix aider's commit messages with "aider:".
|
- Added `--attribute-commit-message` to prefix aider's commit messages with "aider:".
|
||||||
- Fixed regression in quality of one-line commit messages.
|
- Fixed regression in quality of one-line commit messages.
|
||||||
- Automatically retry on Anthropic `overloaded_error`.
|
- Automatically retry on Anthropic `overloaded_error`.
|
||||||
|
|
|
@ -12,6 +12,8 @@ nav_exclude: true
|
||||||
|
|
||||||
# Sonnet is the opposite of lazy
|
# Sonnet is the opposite of lazy
|
||||||
|
|
||||||
|
[](https://aider.chat/assets/sonnet-not-lazy.jpg)
|
||||||
|
|
||||||
Claude 3.5 Sonnet represents a step change
|
Claude 3.5 Sonnet represents a step change
|
||||||
in AI coding.
|
in AI coding.
|
||||||
It is so industrious, diligent and hard working that
|
It is so industrious, diligent and hard working that
|
||||||
|
|
BIN
website/assets/sonnet-not-lazy.jpg
Normal file
BIN
website/assets/sonnet-not-lazy.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 209 KiB |
Loading…
Add table
Add a link
Reference in a new issue