mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
Use whole and other defaults for claude-2
This commit is contained in:
parent
30c095349a
commit
21df025fb9
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ class Model:
|
||||||
self.send_undo_reply = True
|
self.send_undo_reply = True
|
||||||
return # <--
|
return # <--
|
||||||
|
|
||||||
if "gpt-4" in model or "claude-2" in model or "claude-3-opus" in model:
|
if "gpt-4" in model or "claude-3-opus" in model:
|
||||||
self.edit_format = "diff"
|
self.edit_format = "diff"
|
||||||
self.use_repo_map = True
|
self.use_repo_map = True
|
||||||
self.send_undo_reply = True
|
self.send_undo_reply = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue