mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
copy
This commit is contained in:
parent
4c2125d289
commit
9750fcd04a
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ class RepoMap:
|
|||
|
||||
num_tokens = self.token_count(files_listing)
|
||||
if self.verbose:
|
||||
self.io.tool_output(f"ast 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