mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
fix: add mode attribute to test model metadata
This commit is contained in:
parent
8d6a2ecf0e
commit
0adbc9678f
1 changed files with 2 additions and 0 deletions
|
@ -1071,10 +1071,12 @@ class TestMain(TestCase):
|
|||
"unique-model-name": {
|
||||
"max_input_tokens": 8192,
|
||||
"litellm_provider": "test-provider",
|
||||
"mode": "chat", # Added mode attribute
|
||||
},
|
||||
"another-provider/another-unique-model": {
|
||||
"max_input_tokens": 4096,
|
||||
"litellm_provider": "another-provider",
|
||||
"mode": "chat", # Added mode attribute
|
||||
},
|
||||
}
|
||||
metadata_file.write_text(json.dumps(test_models))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue