mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
gpt-4-0314 with examples as sys
This commit is contained in:
parent
f6580fff76
commit
c9dbca9d0e
3 changed files with 13 additions and 4 deletions
|
@ -107,6 +107,15 @@ MODEL_SETTINGS = [
|
|||
accepts_images=True,
|
||||
reminder_as_sys_msg=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"gpt-4-0314",
|
||||
"diff",
|
||||
weak_model_name="gpt-3.5-turbo",
|
||||
use_repo_map=True,
|
||||
send_undo_reply=True,
|
||||
reminder_as_sys_msg=True,
|
||||
examples_as_sys_msg=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"gpt-4-0613",
|
||||
"diff",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue