mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
switch 3.5 models to use whole-func edit-format by default
This commit is contained in:
parent
b5a92896ab
commit
16a89fb5ab
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Model:
|
|||
return
|
||||
|
||||
if self.is_gpt35():
|
||||
self.edit_format = "whole"
|
||||
self.edit_format = "whole-func"
|
||||
self.always_available = True
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue