Skip to content

Commit 3976d4b

Browse files
committed
copy
1 parent 964fe7e commit 3976d4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aider/website/docs/config/adv-model-settings.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,8 @@ The yaml file should be a a list of dictionary objects for each model, as follow
8989
examples_as_sys_msg: false
9090
```
9191

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

Comments
 (0)