mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
red if exhausted
This commit is contained in:
parent
f9599f87a2
commit
f32580caf2
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class Commands:
|
|||
if remaining > 0:
|
||||
self.io.tool_output(f"{fmt(remaining)} tokens remaining in context window")
|
||||
else:
|
||||
self.io.tool_output(f"{fmt(remaining)} tokens remaining, window exhausted!")
|
||||
self.io.tool_error(f"{fmt(remaining)} tokens remaining, window exhausted!")
|
||||
self.io.tool_output(f"{fmt(limit)} tokens max context window size")
|
||||
|
||||
def cmd_undo(self, args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue