mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
test: update model metadata test with new flags and provider format
This commit is contained in:
parent
6acbd80cee
commit
8d6a2ecf0e
1 changed files with 2 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue