Add LLM call duration on session and trace table #1082
Manouchehri
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thank you for the suggestion. Let's convert this into a feature request instead of a bug :) I agree completely. The duration of LLM calls is clearly visible on the generation table and within a trace, but it is not visible on the trace and sessions table view. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have two generations in this session, which took 18.28 seconds and 6.09 seconds. Which means the LLM calls took 24.37 seconds in total together.
The session page shows that my session took 24.96 seconds, which is probably technically true (meaning my code took 0.59 seconds to run), but doesn't immediately inform me about how slow (or fast) the LLMs/generations took. For example, if I uploaded a file to a really slow S3 bucket, it would not be obvious if it was the LLM or the S3 bucket that was causing the overall duration to be high.
To help clarify this, I think an additional column labeled "Generations Duration" would help highlight the difference between the entire session's runtime vs. generation runtime.
Beta Was this translation helpful? Give feedback.
All reactions