mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
style: Apply linter formatting to models.py
This commit is contained in:
parent
5095a9e1c3
commit
0019a1f7dc
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ with importlib.resources.open_text("aider.resources", "model-settings.yml") as f
|
|||
for model_settings_dict in model_settings_list:
|
||||
MODEL_SETTINGS.append(ModelSettings(**model_settings_dict))
|
||||
|
||||
|
||||
class ModelInfoManager:
|
||||
MODEL_INFO_URL = (
|
||||
"https://raw.githubusercontent.com/BerriAI/litellm/main/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue