open-interpreter icon indicating copy to clipboard operation
open-interpreter copied to clipboard

Show total response latency in verbose mode

Open gitpushoriginmaster opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

One feature that I believe would greatly enhance the developer experience is the ability to see the time elapsed from sending a prompt to displaying the end result, when verbose mode is enabled. Verbose mode provides valuable information and insights during the execution of commands and understanding bottlenecks and potential bugs. IMO adding a feature that displays the cumulative time taken for processing and executing a command in verbose mode would further improve the transparency and efficiency of OI. A descriptive verbose log as such will include the length of each calculation step (I'm unsure if a term was coined by the dev team already) - for example how much time it took generate tokens, how much time to execute code or perform a desktop operations, and how much time to come up with a final textual result.

Describe alternatives you've considered

No response

Additional context

I'd be glad to take it as a first issue, if needed.

gitpushoriginmaster avatar Mar 26 '24 09:03 gitpushoriginmaster