We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964fe7e commit 3976d4bCopy full SHA for 3976d4b
aider/website/docs/config/adv-model-settings.md
@@ -89,3 +89,8 @@ The yaml file should be a a list of dictionary objects for each model, as follow
89
examples_as_sys_msg: false
90
```
91
92
+You can look at the `ModelSettings` class in
93
+[models.py](https://github.com/paul-gauthier/aider/blob/main/aider/models.py)
94
+file for details about all of the model setting that aider supports.
95
+That file also contains the settings for many popular models.
96
+
0 commit comments