mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
refactor: Improve model info output with detailed settings display
This commit is contained in:
parent
4dcbce58ed
commit
3f8b2d6b99
2 changed files with 8 additions and 2 deletions
|
@ -1059,7 +1059,7 @@ class Coder:
|
|||
max_input_tokens = self.main_model.info.get("max_input_tokens") or 0
|
||||
# Add the reminder prompt if we still have room to include it.
|
||||
if (
|
||||
max_input_tokens is None
|
||||
not max_input_tokens
|
||||
or total_tokens < max_input_tokens
|
||||
and self.gpt_prompts.system_reminder
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue