mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-17 18:15:00 +00:00
copy
This commit is contained in:
parent
b0d58d10bd
commit
c78de41ccf
6 changed files with 133 additions and 83 deletions
|
@ -579,6 +579,17 @@ cog.out("```\n")
|
|||
editor_model_name: gpt-4o
|
||||
editor_edit_format: editor-diff
|
||||
|
||||
- name: o3-mini
|
||||
edit_format: diff
|
||||
weak_model_name: gpt-4o-mini
|
||||
use_repo_map: true
|
||||
extra_params:
|
||||
extra_body:
|
||||
reasoning_effort: high
|
||||
use_temperature: false
|
||||
editor_model_name: gpt-4o
|
||||
editor_edit_format: editor-diff
|
||||
|
||||
- name: openai/gpt-4o
|
||||
edit_format: diff
|
||||
weak_model_name: gpt-4o-mini
|
||||
|
@ -635,6 +646,17 @@ cog.out("```\n")
|
|||
editor_model_name: openai/gpt-4o
|
||||
editor_edit_format: editor-diff
|
||||
|
||||
- name: openai/o3-mini
|
||||
edit_format: diff
|
||||
weak_model_name: gpt-4o-mini
|
||||
use_repo_map: true
|
||||
extra_params:
|
||||
extra_body:
|
||||
reasoning_effort: high
|
||||
use_temperature: false
|
||||
editor_model_name: gpt-4o
|
||||
editor_edit_format: editor-diff
|
||||
|
||||
- name: openrouter/anthropic/claude-3-opus
|
||||
edit_format: diff
|
||||
weak_model_name: openrouter/anthropic/claude-3-5-haiku
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue