mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-23 22:04:59 +00:00
Merge pull request #3054 from zhyu/patch-1
This commit is contained in:
commit
717d00e64a
1 changed files with 7 additions and 6 deletions
|
@ -108,12 +108,13 @@ These settings will be merged with any model-specific settings, with the
|
||||||
You need this chunk of yaml:
|
You need this chunk of yaml:
|
||||||
|
|
||||||
```
|
```
|
||||||
extra_body:
|
extra_params:
|
||||||
reasoning_effort: high
|
extra_body:
|
||||||
|
reasoning_effort: high
|
||||||
```
|
```
|
||||||
|
|
||||||
This is a full entry for o1 with that setting, obtained by finding the default
|
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
|
- name: o1
|
||||||
|
@ -124,7 +125,6 @@ entry in the list below and adding the above `extra_body` entry:
|
||||||
lazy: false
|
lazy: false
|
||||||
reminder: user
|
reminder: user
|
||||||
examples_as_sys_msg: false
|
examples_as_sys_msg: false
|
||||||
extra_params: null
|
|
||||||
cache_control: false
|
cache_control: false
|
||||||
caches_by_default: false
|
caches_by_default: false
|
||||||
use_system_prompt: true
|
use_system_prompt: true
|
||||||
|
@ -132,8 +132,9 @@ entry in the list below and adding the above `extra_body` entry:
|
||||||
streaming: false
|
streaming: false
|
||||||
editor_model_name: gpt-4o
|
editor_model_name: gpt-4o
|
||||||
editor_edit_format: editor-diff
|
editor_edit_format: editor-diff
|
||||||
extra_body:
|
extra_params:
|
||||||
reasoning_effort: high
|
extra_body:
|
||||||
|
reasoning_effort: high
|
||||||
```
|
```
|
||||||
|
|
||||||
### Default model settings
|
### Default model settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue