mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
include token/cost in log
This commit is contained in:
parent
f5dd19a04f
commit
d5a7aac560
1 changed files with 1 additions and 1 deletions
|
@ -641,7 +641,7 @@ class Coder:
|
|||
show_resp = Text(show_resp or "<no response>")
|
||||
|
||||
self.io.console.print(show_resp)
|
||||
self.io.console.print(tokens)
|
||||
self.io.tool_output(tokens)
|
||||
|
||||
def show_send_output_stream(self, completion):
|
||||
live = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue