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
I have a crew application running and getting the usage metrics as follows:
Here prompt_tokens(input) is greater the completion_tokens(output)
But my input and output are follows
INPUT
OUTPUT
Completion token should be greater than prompt tokens in my case, but getting prompt tokens as big
macOS Sonoma
3.10
0.83.0
0.17.0
Venv
Nil
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I have a crew application running and getting the usage metrics as follows:
Here prompt_tokens(input) is greater the completion_tokens(output)
But my input and output are follows
INPUT
OUTPUT
Steps to Reproduce
Expected behavior
Completion token should be greater than prompt tokens in my case, but getting prompt tokens as big
Screenshots/Code snippets
Operating System
macOS Sonoma
Python Version
3.10
crewAI Version
0.83.0
crewAI Tools Version
0.17.0
Virtual Environment
Venv
Evidence
Possible Solution
Additional context
Nil
The text was updated successfully, but these errors were encountered: