mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
copy
This commit is contained in:
parent
5af46aaa2e
commit
77976a5253
3 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
### main branch
|
||||
|
||||
- Bumped dependencies to pickup litellm fix for Ollama.
|
||||
- Added support for `openrouter/google/gemma-3-27b-it` model.
|
||||
- Aider wrote 96% of the code in this release.
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ cog.out(text)
|
|||
|
||||
### main branch
|
||||
|
||||
- Bumped dependencies to pickup litellm fix for Ollama.
|
||||
- Added support for `openrouter/google/gemma-3-27b-it` model.
|
||||
- Aider wrote 96% of the code in this release.
|
||||
|
||||
|
|
|
@ -124,6 +124,6 @@ mod_dates = [get_last_modified_date(file) for file in files]
|
|||
latest_mod_date = max(mod_dates)
|
||||
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
|
||||
]]]-->
|
||||
March 14, 2025.
|
||||
March 17, 2025.
|
||||
<!--[[[end]]]-->
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue