mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
Added gpt-4o
This commit is contained in:
parent
eea8e50c60
commit
7b19f767fc
1 changed files with 10 additions and 0 deletions
|
@ -84,6 +84,16 @@ MODEL_SETTINGS = [
|
|||
lazy=True,
|
||||
reminder_as_sys_msg=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"gpt-4o",
|
||||
"udiff",
|
||||
weak_model_name="gpt-3.5-turbo",
|
||||
use_repo_map=True,
|
||||
send_undo_reply=True,
|
||||
accepts_images=True,
|
||||
lazy=True,
|
||||
reminder_as_sys_msg=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"gpt-4-0125-preview",
|
||||
"udiff",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue