mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
test: update model metadata test with new flags and provider format
This commit is contained in:
committed by
Paul Gauthier (aider)
parent
6acbd80cee
commit
8d6a2ecf0e
@@ -1072,7 +1072,7 @@ class TestMain(TestCase):
|
||||
"max_input_tokens": 8192,
|
||||
"litellm_provider": "test-provider",
|
||||
},
|
||||
"another-unique-model": {
|
||||
"another-provider/another-unique-model": {
|
||||
"max_input_tokens": 4096,
|
||||
"litellm_provider": "another-provider",
|
||||
},
|
||||
@@ -1088,6 +1088,7 @@ class TestMain(TestCase):
|
||||
"--model-metadata-file",
|
||||
str(metadata_file),
|
||||
"--yes",
|
||||
"--no-gitignore",
|
||||
],
|
||||
input=DummyInput(),
|
||||
output=DummyOutput(),
|
||||
|
||||
Reference in New Issue
Block a user