We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spotted this in llm logs -c --json:
llm logs -c --json
"usage": { "completion_tokens": 186, "prompt_tokens": 48711, "total_tokens": 48897, "completion_tokens_details": "CompletionTokensDetails(audio_tokens=0, reasoning_tokens=0, accepted_prediction_tokens=0, rejected_prediction_tokens=0)", "prompt_tokens_details": "PromptTokensDetails(audio_tokens=0, cached_tokens=48512)" }
Related:
The text was updated successfully, but these errors were encountered:
3352eb9
Now looks like this:
"usage": { "completion_tokens": 359, "prompt_tokens": 48910, "total_tokens": 49269, "prompt_tokens_details": { "cached_tokens": 48768, "audio_tokens": 0 }, "completion_tokens_details": { "reasoning_tokens": 0, "audio_tokens": 0, "accepted_prediction_tokens": 0, "rejected_prediction_tokens": 0 } },
Sorry, something went wrong.
Release 0.18a0
041730d
Refs #507, #599, #600, #603, #608, #611, #612, #613, #614, #615, #616, #621, #622, #623, #626, #629
Release 0.18
a6d62b7
Refs #507, #600, #603, #608, #611, #612, #614
fcdac08
No branches or pull requests
Spotted this in
llm logs -c --json
:Related:
The text was updated successfully, but these errors were encountered: