[Enhancement]: Add standard google authentication for vertex-ai #11281
GregoireW
started this conversation in
Feature Requests & Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Today we have to explicitly define authentication on LibreChat when we use vertexAI. The google SDK is build to automatically pull identity from different elements ( workload identity on the server, gcloud authentication, json file from a env variable... ) I'd like for LibreChat to give an option to do that.
LibreChat would interact in a "passwordless" manner with google server which is much better and much simpler on multiple occasion (one is deploying the application on gcp infra)
More details
The idea would be to add 2 env variables:
it imply to have
A patch could look like:
Which components are impacted by your request?
Endpoints
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions