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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user