mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
clarify Vertex AI env vars
This commit is contained in:
parent
6f88b7d7d5
commit
a688f13953
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue