diff --git a/aider/models.py b/aider/models.py index bf79ba7e3..3277d6bf7 100644 --- a/aider/models.py +++ b/aider/models.py @@ -232,3 +232,7 @@ class Model: """ with Image.open(fname) as img: return img.size + + +def fuzzy_match_models(name): + models = litellm.most_cost.keys()