Skip to content

Commit

Permalink
Remove northamerica-northeast1 from Vertex AI regions
Browse files Browse the repository at this point in the history
... because it does not support long context (> 32K).
https://cloud.google.com/vertex-ai/generative-ai/docs/learn/locations#canada_1
  • Loading branch information
DonggeLiu authored Nov 19, 2024
1 parent 6ae19df commit b70fa40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gcloud auth application-default set-quota-project <your-project>
You'll also need to specify the GCP projects and locations where you have Vertex AI quota (comma delimited):
```bash
export CLOUD_ML_PROJECT_ID=<gcp-project-id>
export VERTEX_AI_LOCATIONS=us-west1,us-west4,us-east4,us-central1,northamerica-northeast1
export VERTEX_AI_LOCATIONS=us-west1,us-west4,us-east4,us-central1
```

#### OpenAI
Expand Down

0 comments on commit b70fa40

Please sign in to comment.