mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +00:00
test: Update sonnet model name in test_models.py
This commit is contained in:
parent
846f98628d
commit
2f79b4fde7
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class TestModels(unittest.TestCase):
|
|||
self.assertEqual(model.name, "gpt-3.5-turbo")
|
||||
|
||||
model = Model("sonnet")
|
||||
self.assertEqual(model.name, "claude-3-5-sonnet-20241022")
|
||||
self.assertEqual(model.name, "anthropic/claude-3-7-sonnet-20250219")
|
||||
|
||||
model = Model("haiku")
|
||||
self.assertEqual(model.name, "claude-3-5-haiku-20241022")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue