This commit is contained in:
huang 2026-09-05 17:19:46 +08:00 committed by GitHub
commit d243e233c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,6 +47,13 @@ export VERTEXAI_PROJECT="your-project-id"
export VERTEXAI_LOCATION="global"
```
Strix passes Vertex AI requests through LiteLLM, which reads the project and location
from `VERTEXAI_PROJECT` and `VERTEXAI_LOCATION`. Do not add an underscore after
`VERTEX`: `VERTEX_AI_PROJECT` and `VERTEX_AI_LOCATION` are not recognized.
If Strix reports `Could not resolve project_id`, check these variable names before
retrying the scan.
## Prerequisites
1. Enable the Vertex AI API in your Google Cloud project