Skip to content

Commit 6239df4

Browse files
committed
Change default edit format to diff
1 parent cf3657b commit 6239df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aider/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
class ModelSettings:
113113
# Model class needs to have each of these as well
114114
name: str
115-
edit_format: str = "whole"
115+
edit_format: str = "diff"
116116
weak_model_name: Optional[str] = None
117117
use_repo_map: bool = False
118118
send_undo_reply: bool = False

0 commit comments

Comments
 (0)