mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Add Azure O1 model configuration to MODEL_SETTINGS
This commit is contained in:
parent
d2386af523
commit
f008d9dd19
1 changed files with 11 additions and 0 deletions
|
@ -775,6 +775,17 @@ MODEL_SETTINGS = [
|
|||
use_system_prompt=False,
|
||||
use_temperature=False,
|
||||
),
|
||||
ModelSettings(
|
||||
"azure/o1",
|
||||
"diff",
|
||||
weak_model_name="azure/gpt-4o-mini",
|
||||
editor_model_name="azure/gpt-4o",
|
||||
editor_edit_format="editor-diff",
|
||||
use_repo_map=True,
|
||||
streaming=False,
|
||||
use_temperature=False,
|
||||
# extra_params=dict(extra_body=dict(reasoning_effort="high")),
|
||||
),
|
||||
ModelSettings(
|
||||
"o1-preview",
|
||||
"architect",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue