You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GOOGLE_LOC as location environment variable for Google AI endpoint.
More details
GoogleClient.js defines the location for all calls to us-central1. It would be great if an environment (e.g. GOOGLE_LOC) variable could be added to allow you to switch to a different location for the ai api calls. For example, as a European user, europe-west3 would be a better choice due to GDPR.
constloc=process.env.GOOGLE_LOC||'us-central1'//current: const loc = 'us-central1';constpublisher='google';constendpointPrefix='https://${loc}-aiplatform.googleapis.com';
Which components are impacted by your request?
GoogleClient.js
Pictures
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What features would you like to see added?
Add GOOGLE_LOC as location environment variable for Google AI endpoint.
More details
GoogleClient.js defines the location for all calls to us-central1. It would be great if an environment (e.g. GOOGLE_LOC) variable could be added to allow you to switch to a different location for the ai api calls. For example, as a European user, europe-west3 would be a better choice due to GDPR.
Which components are impacted by your request?
GoogleClient.js
Pictures
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: