-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Track input/output token counts #25
Labels
enhancement
New feature or request
Comments
I got stuck writing a full test for this, because there's something weird about the current llm-gemini/tests/test_gemini.py Lines 15 to 23 in cfe61b5
Why does that have input tokens but no output tokens? I couldn't figure that out, so I'm going to assert for input tokens only for the moment. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With new LLM feature:
The text was updated successfully, but these errors were encountered: