mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
fix: Update model name assertion in test case
This commit is contained in:
parent
3e02c5e4a8
commit
16250e1b7c
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class TestModels(unittest.TestCase):
|
|||
self.assertEqual(model.name, "gpt-4-0613")
|
||||
|
||||
model = Model("4o")
|
||||
self.assertEqual(model.name, "gpt-4o-2024-08-06")
|
||||
self.assertEqual(model.name, "gpt-4o")
|
||||
|
||||
model = Model("35turbo")
|
||||
self.assertEqual(model.name, "gpt-3.5-turbo")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue