mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
docs: Remove default and override settings section from documentation
This commit is contained in:
parent
09c1acdbe2
commit
b08f444e74
1 changed files with 0 additions and 18 deletions
|
@ -55,24 +55,6 @@ These model settings are pre-configured for most popular models.
|
||||||
But it can sometimes be helpful to override them or add settings for
|
But it can sometimes be helpful to override them or add settings for
|
||||||
a model that aider doesn't know about.
|
a model that aider doesn't know about.
|
||||||
|
|
||||||
### Default and override settings
|
|
||||||
|
|
||||||
You can define default settings that apply to all models, and override settings that are applied last to all models.
|
|
||||||
To do this, add special model entries named `aider/default` and `aider/override` to your model settings file.
|
|
||||||
|
|
||||||
For example, to make all models use the "diff" edit format by default, but force the "whole" format for specific models:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
- name: aider/default
|
|
||||||
edit_format: diff
|
|
||||||
use_repo_map: true
|
|
||||||
|
|
||||||
- name: some-specific-model
|
|
||||||
edit_format: whole # Overrides the default
|
|
||||||
|
|
||||||
- name: aider/override
|
|
||||||
use_temperature: false # Applied last to all models
|
|
||||||
```
|
|
||||||
|
|
||||||
### Configuration file locations
|
### Configuration file locations
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue