mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
No need to force show_diffs=True for 3.5
This commit is contained in:
parent
99c86ccddf
commit
c8216d9687
1 changed files with 1 additions and 5 deletions
|
@ -85,13 +85,9 @@ class Coder:
|
|||
self.main_model = main_model
|
||||
if main_model == Models.GPT35:
|
||||
self.io.tool_output(
|
||||
(
|
||||
f"Using {main_model.value} (experimental): showing diffs and disabling"
|
||||
" ctags/repo-maps."
|
||||
),
|
||||
f"Using {main_model.value} (experimental): disabling ctags/repo-maps.",
|
||||
)
|
||||
self.gpt_prompts = prompts.GPT35()
|
||||
show_diffs = True
|
||||
else:
|
||||
self.gpt_prompts = prompts.GPT4()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue