-
Notifications
You must be signed in to change notification settings - Fork 73
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
genai: custom http client produces an error about "gRPC dial options" #151
Comments
Reran this test locally recently. Now it fails with:
|
What is the exact command? When I run all the tests from the repo root with It's possible you have to run |
Why would users need to do a gcloud login though, this is the google AI SDK, not vertex? |
fwiw, #224 should fix some of the |
custom HTTP client still doesn't work: https://discuss.ai.google.dev/t/gemini-flash-2-0-error-403-method-doesnt-allow-unregistered-callers/54123/5?u=roman_leventov |
@leventov, according to the thread you linked above, you have a solution. I agree that the solution could be nicer, but other than that, is there any action we should take? |
We recommend switching to the new client, google.golang.org/genai, and filing bugs on its issue tracker. |
Description of the bug:
This is because the caching client is created with gRPC now (the REST one isn't working in the API)
Actual vs expected behavior:
No response
Any other information you'd like to share?
No response
The text was updated successfully, but these errors were encountered: