mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
oops
This commit is contained in:
parent
bf09bd348f
commit
5c4bc5b7ba
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,6 @@ MODEL_SETTINGS = [
|
|||
"whole",
|
||||
weak_model_name="gpt-3.5-turbo",
|
||||
reminder_as_sys_msg=True,
|
||||
examples_as_sys_msg=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"gpt-3.5-turbo-1106",
|
||||
|
@ -93,6 +92,7 @@ MODEL_SETTINGS = [
|
|||
send_undo_reply=True,
|
||||
lazy=True,
|
||||
reminder_as_sys_msg=True,
|
||||
examples_as_sys_msg=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"gpt-4-1106-preview",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue