Skip to content
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

Google API change breaks Vertex #190

Open
pinetops opened this issue Oct 24, 2024 · 1 comment
Open

Google API change breaks Vertex #190

pinetops opened this issue Oct 24, 2024 · 1 comment

Comments

@pinetops
Copy link

We're now getting this when making API requests in vertex API:
API keys are not supported by this API. Expected OAuth2 access token or other authentication credentials that assert a principal. See https://cloud.google.com/docs/authentication

The fix is to remove the api key from the url (leaving the bearer header).

@brainlid
Copy link
Owner

Well darn. Stupidly, the two Google LLMs have different APIs. The hope was we could add both versions and let the API use the one it cared about.

I'm not a regular user of the Google services. Do you have a suggestion or PR we could use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants