-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
Fix issue #2947: Feat: make use of litellm's response "usage" data #5248
base: main
Are you sure you want to change the base?
Conversation
@openhands-agent Python linting is failing on this PR. You know how to run python linting in this project. Important: run linting only on the files changed in this PR. IMPORTANT: |
We have a problem. In get_token_count method, what type is the messages parameter? Verify three things:
Verify and fix accordingly. |
@openhands-agent python linting is failing on this PR. You know how to do python lint in this project. Do it. |
New OpenHands update |
The workflow to fix this issue encountered an error. Please check the workflow logs for more information. |
You're doing great, but there is now one unit test that's failing. You know how to run unit tests in your environment. Run them, see what is failing, and fix it. Take into account previous comments and the issue we're fixing in this PR, so you understand the desired behavior of that test. |
New OpenHands update |
The workflow to fix this issue encountered an error. Please check the workflow logs for more information. |
End-user friendly description of the problem this fixes or functionality that this introduces
Give a summary of what the PR does, explaining any non-trivial design decisions
Link of any specific issues this addresses
Fix #2947
To run this PR locally, use the following command: