mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
copy
This commit is contained in:
parent
94767f73a1
commit
b9ce79909e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class Coder:
|
|||
self.main_model = main_model
|
||||
if main_model == "gpt-3.5-turbo":
|
||||
self.io.tool_output(
|
||||
f"Using {main_model}, so showing diffs and disabling ctags/repo-maps",
|
||||
f"Using {main_model}: showing diffs and disabling ctags/repo-maps.",
|
||||
)
|
||||
self.gpt_prompts = prompts.GPT35()
|
||||
map_tokens = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue