mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
refactor: Reorder YAML output to prioritize "name" field and add spacing
This commit is contained in:
parent
081504edab
commit
f0fc83372b
1 changed files with 1 additions and 0 deletions
|
@ -1410,6 +1410,7 @@ def print_matching_models(io, search):
|
|||
def get_model_settings_as_yaml():
|
||||
import yaml
|
||||
|
||||
# I want the "name" field to be the first entry in each list; i want a blank line between list entries. ai!
|
||||
model_settings_list = []
|
||||
for ms in MODEL_SETTINGS:
|
||||
model_settings_dict = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue