mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 01:04:59 +00:00
style: Format code for better readability
This commit is contained in:
parent
df8482abb8
commit
f3089a74e6
1 changed files with 3 additions and 1 deletions
|
@ -329,7 +329,9 @@ 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(f"Approximate context window usage for {self.coder.main_model.name}, 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