mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: add model name to /tokens command output
This commit is contained in:
parent
f2c7ba3f36
commit
df8482abb8
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ class Commands:
|
|||
tokens = self.coder.main_model.token_count(content)
|
||||
res.append((tokens, f"{relative_fname}", "use /drop to drop from chat"))
|
||||
|
||||
self.io.tool_output("Approximate context window usage, in tokens:")
|
||||
self.io.tool_output(f"Approximate context window usage for {self.coder.main_model.name}, in tokens:")
|
||||
self.io.tool_output()
|
||||
|
||||
width = 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue