From 3976d4b8f17ea7f800383ec74d89108d63985288 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 9 Sep 2024 14:37:18 -0700 Subject: [PATCH] copy --- aider/website/docs/config/adv-model-settings.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aider/website/docs/config/adv-model-settings.md b/aider/website/docs/config/adv-model-settings.md index e3bba0010..cb7d238a9 100644 --- a/aider/website/docs/config/adv-model-settings.md +++ b/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 examples_as_sys_msg: false ``` +You can look at the `ModelSettings` class in +[models.py](https://github.com/paul-gauthier/aider/blob/main/aider/models.py) +file for details about all of the model setting that aider supports. +That file also contains the settings for many popular models. +