mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +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 = [
|
MODEL_SETTINGS = [
|
||||||
# gpt-3.5
|
# gpt-3.5
|
||||||
|
ModelSettings(
|
||||||
|
"gpt-3.5-turbo",
|
||||||
|
"whole",
|
||||||
|
weak_model_name="gpt-3.5-turbo",
|
||||||
|
reminder_as_sys_msg=True,
|
||||||
|
),
|
||||||
ModelSettings(
|
ModelSettings(
|
||||||
"gpt-3.5-turbo-0125",
|
"gpt-3.5-turbo-0125",
|
||||||
"whole",
|
"whole",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue