mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
copy
This commit is contained in:
parent
16daa3615d
commit
1faef90841
1 changed files with 4 additions and 1 deletions
|
@ -85,7 +85,10 @@ class Coder:
|
|||
self.main_model = main_model
|
||||
if main_model == Models.GPT35:
|
||||
self.io.tool_output(
|
||||
f"Using {main_model.value}: showing diffs and disabling ctags/repo-maps.",
|
||||
(
|
||||
f"Using {main_model.value} (experimental): showing diffs and disabling"
|
||||
" ctags/repo-maps."
|
||||
),
|
||||
)
|
||||
self.gpt_prompts = prompts.GPT35()
|
||||
show_diffs = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue