mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
Added ModelSettings for openai/gpt-4o-2024-08-06
This commit is contained in:
parent
9647bfadfb
commit
ed9ed895d0
1 changed files with 10 additions and 0 deletions
|
@ -142,6 +142,16 @@ MODEL_SETTINGS = [
|
||||||
lazy=True,
|
lazy=True,
|
||||||
reminder_as_sys_msg=True,
|
reminder_as_sys_msg=True,
|
||||||
),
|
),
|
||||||
|
ModelSettings(
|
||||||
|
"openai/gpt-4o-2024-08-06",
|
||||||
|
"diff",
|
||||||
|
weak_model_name="gpt-4o-mini",
|
||||||
|
use_repo_map=True,
|
||||||
|
send_undo_reply=True,
|
||||||
|
accepts_images=True,
|
||||||
|
lazy=True,
|
||||||
|
reminder_as_sys_msg=True,
|
||||||
|
),
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"gpt-4o",
|
"gpt-4o",
|
||||||
"diff",
|
"diff",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue