mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
fix: remove deprecated timestamped model from test
The model that this test uses is no longer available online. [1] [2]
Per the upstream commit, claude-sonnet-4-6 is a suitable replacement
so use that instead.
[1]: https://github.com/BerriAI/litellm/pull/23400
[2]: c9f7075690
This commit is contained in:
@@ -536,7 +536,7 @@ class TestCommands(TestCase):
|
||||
io = InputOutput(pretty=False, fancy_input=False, yes=False)
|
||||
from aider.coders import Coder
|
||||
|
||||
coder = Coder.create(Model("claude-3-5-sonnet-20240620"), None, io)
|
||||
coder = Coder.create(Model("claude-sonnet-4-6"), None, io)
|
||||
print(coder.get_announcements())
|
||||
commands = Commands(io, coder)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user