-
Notifications
You must be signed in to change notification settings - Fork 3
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
Gemini Flash runs very slow (1 it/s) #223
Comments
This was referenced Dec 9, 2024
What happened here was that 1) we've set a slow default tpm, which is 150k, and 2) we did a conservative output token estimation, which doesn't exhaust the token capacity. The fix for this is manually set the tpm to a higher value. I'll followup with a higher default tpm. |
Example script
|
Also works for gemini-1.5-pro-002 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Only doing one request at a time
The text was updated successfully, but these errors were encountered: