This commit is contained in:
Paul Gauthier 2023-10-18 16:28:20 -07:00
parent 4c2125d289
commit 9750fcd04a

View file

@ -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 "