Replies: 1 comment 3 replies
-
|
Is this problem solved? I am also confused about this problem |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Self Checks
Content
{ "text": "xxxxx", "usage": { "prompt_tokens": 1974, "prompt_unit_price": "5.00", "prompt_price_unit": "0.000001", "prompt_price": "0.0098700", "completion_tokens": 60, "completion_unit_price": "15.00", "completion_price_unit": "0.000001", "completion_price": "0.0009000", "total_tokens": 2034, "total_price": "0.0107700", "currency": "USD", "latency": 2.0280010253190994 } }I want to extract the total_price of usage to the next node for processing, but I found that there seems to be no way to get it?
Beta Was this translation helpful? Give feedback.
All reactions