mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
test: Update sonnet model alias test
This commit is contained in:
parent
803a8db60c
commit
fea0ff189f
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ class TestModels(unittest.TestCase):
|
|||
self.assertEqual(model.name, "gpt-3.5-turbo")
|
||||
|
||||
model = Model("sonnet")
|
||||
self.assertEqual(model.name, "anthropic/claude-3-7-sonnet-20250219")
|
||||
self.assertEqual(model.name, "anthropic/claude-sonnet-4-20250514")
|
||||
|
||||
model = Model("haiku")
|
||||
self.assertEqual(model.name, "claude-3-5-haiku-20241022")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue