mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +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
|
self.main_model = main_model
|
||||||
if main_model == "gpt-3.5-turbo":
|
if main_model == "gpt-3.5-turbo":
|
||||||
self.io.tool_output(
|
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()
|
self.gpt_prompts = prompts.GPT35()
|
||||||
map_tokens = 0
|
map_tokens = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue