mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
added gpt-3.5-turbo as explicit model
This commit is contained in:
parent
48fd67485c
commit
a9d9c6881d
1 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,12 @@ class ModelSettings:
|
|||
|
||||
MODEL_SETTINGS = [
|
||||
# gpt-3.5
|
||||
ModelSettings(
|
||||
"gpt-3.5-turbo",
|
||||
"whole",
|
||||
weak_model_name="gpt-3.5-turbo",
|
||||
reminder_as_sys_msg=True,
|
||||
),
|
||||
ModelSettings(
|
||||
"gpt-3.5-turbo-0125",
|
||||
"whole",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue