Call history? #119
Replies: 2 comments
-
Better logging is something that still needs to happen. So if you have a wish list for the API feel free to share. |
Beta Was this translation helpful? Give feedback.
-
What I need to see is how tokens are used, which helps manage things like client-side throttling. It would also be helpful in evaluating how clock time, tokens, and calls compare across different strategies (e.g. since most generation methods involve sending multiple calls under the hood). I'm not entirely sure, but it seems like the I'm considering using a monkey path or something similar to accomplish this? While Guidance looks fantastic, I'm not sure how my modification would fit in. Not sure how to further engage here. |
Beta Was this translation helpful? Give feedback.
-
Is there an easy way to access the call history?
I can see API calls, e.g in
_openai.py
and I could savekwargs
, but is there a built-in way to do this?Beta Was this translation helpful? Give feedback.
All reactions