mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
Fix docs regarding extra_body
This commit is contained in:
parent
70883d7fdc
commit
1df2465222
1 changed files with 7 additions and 5 deletions
|
@ -108,12 +108,13 @@ These settings will be merged with any model-specific settings, with the
|
|||
You need this chunk of yaml:
|
||||
|
||||
```
|
||||
extra_body:
|
||||
reasoning_effort: high
|
||||
extra_params:
|
||||
extra_body:
|
||||
reasoning_effort: high
|
||||
```
|
||||
|
||||
This is a full entry for o1 with that setting, obtained by finding the default
|
||||
entry in the list below and adding the above `extra_body` entry:
|
||||
entry in the list below and adding the above `extra_params` entry:
|
||||
|
||||
```
|
||||
- name: o1
|
||||
|
@ -132,8 +133,9 @@ entry in the list below and adding the above `extra_body` entry:
|
|||
streaming: false
|
||||
editor_model_name: gpt-4o
|
||||
editor_edit_format: editor-diff
|
||||
extra_body:
|
||||
reasoning_effort: high
|
||||
extra_params:
|
||||
extra_body:
|
||||
reasoning_effort: high
|
||||
```
|
||||
|
||||
### Default model settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue