Change VERTEXAI_LOCATION from 'us-central1' to 'global'

us-central1 doesn't have access to the latest gemini models like gemini-3-flash-preview
This commit is contained in:
Alex
2026-03-11 14:33:54 +01:00
committed by Ahmed Allam
parent a60cb4b66c
commit f860b2f8e2

View File

@@ -44,7 +44,7 @@ export GOOGLE_APPLICATION_CREDENTIALS="/path/to/service-account.json"
```bash ```bash
export VERTEXAI_PROJECT="your-project-id" export VERTEXAI_PROJECT="your-project-id"
export VERTEXAI_LOCATION="us-central1" export VERTEXAI_LOCATION="global"
``` ```
## Prerequisites ## Prerequisites