You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since I am processing data in large batch quantities, I would like to keep track of the number of retries. How I could do it?
Using create_with_completion (Anthropic), I extract the number of in/out tokens, but as I understand, this is the number for the last successful attempt. How can I extract the total number of tokens used?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since I am processing data in large batch quantities, I would like to keep track of the number of retries. How I could do it?
Using create_with_completion (Anthropic), I extract the number of in/out tokens, but as I understand, this is the number for the last successful attempt. How can I extract the total number of tokens used?
Beta Was this translation helpful? Give feedback.
All reactions