mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-26 22:45:00 +00:00
add o3
This commit is contained in:
parent
24805ff85d
commit
efbefc669f
2 changed files with 58 additions and 2 deletions
|
@ -1081,4 +1081,33 @@
|
|||
use_repo_map: true
|
||||
reminder: sys
|
||||
examples_as_sys_msg: false
|
||||
|
||||
|
||||
- name: o3
|
||||
edit_format: diff
|
||||
weak_model_name: gpt-4.1-mini
|
||||
use_repo_map: true
|
||||
editor_model_name: gpt-4.1
|
||||
editor_edit_format: editor-diff
|
||||
system_prompt_prefix: "Formatting re-enabled. "
|
||||
accepts_settings: ["reasoning_effort"]
|
||||
#reminder: sys
|
||||
examples_as_sys_msg: true
|
||||
extra_params:
|
||||
extra_body:
|
||||
reasoning_effort: high
|
||||
|
||||
- name: o4-mini
|
||||
edit_format: diff
|
||||
weak_model_name: gpt-4.1-mini
|
||||
use_repo_map: true
|
||||
use_temperature: false
|
||||
editor_model_name: gpt-4.1
|
||||
editor_edit_format: editor-diff
|
||||
system_prompt_prefix: "Formatting re-enabled. "
|
||||
accepts_settings: ["reasoning_effort"]
|
||||
#reminder: sys
|
||||
#examples_as_sys_msg: false
|
||||
extra_params:
|
||||
extra_body:
|
||||
reasoning_effort: low
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue