mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
feat: set default reminder to "user" for gpt-4-1106-preview model
This commit is contained in:
parent
055d529947
commit
3c658ac66f
1 changed files with 1 additions and 1 deletions
|
@ -776,7 +776,7 @@ class Model(ModelSettings):
|
||||||
self.edit_format = "diff"
|
self.edit_format = "diff"
|
||||||
self.use_repo_map = True
|
self.use_repo_map = True
|
||||||
self.examples_as_sys_msg = True
|
self.examples_as_sys_msg = True
|
||||||
self.reminder = None
|
self.reminder = "user"
|
||||||
|
|
||||||
# use the defaults
|
# use the defaults
|
||||||
if self.edit_format == "diff":
|
if self.edit_format == "diff":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue