mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
added a test for /tokens #863
This commit is contained in:
parent
cdd45c7d28
commit
397c5d5921
2 changed files with 8 additions and 8 deletions
|
@ -97,7 +97,7 @@ class RepoMap:
|
|||
|
||||
num_tokens = self.token_count(files_listing)
|
||||
if self.verbose:
|
||||
self.io.tool_output(f"Repo-map: {num_tokens/1024:.1f} k-tokens")
|
||||
self.io.tool_output(f"Repo-map: {num_tokens / 1024:.1f} k-tokens")
|
||||
|
||||
if chat_files:
|
||||
other = "other "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue