diff --git a/docs/my-website/docs/providers/vertex.md b/docs/my-website/docs/providers/vertex.md index e806cb4710e..8596518abe3 100644 --- a/docs/my-website/docs/providers/vertex.md +++ b/docs/my-website/docs/providers/vertex.md @@ -309,7 +309,7 @@ print(response) ## Extra -### Auth'ing as `GOOGLE_APPLICATION_CREDENTIALS` +### Using `GOOGLE_APPLICATION_CREDENTIALS` Here's the code for storing your service account credentials as `GOOGLE_APPLICATION_CREDENTIALS` environment variable: @@ -352,7 +352,7 @@ def load_vertex_ai_credentials(): 1. Figure out the Service Account bound to the Google Cloud Run service - + 2. Get the FULL EMAIL address of the corresponding Service Account @@ -360,11 +360,11 @@ def load_vertex_ai_credentials(): Click `Add Principal` - + 4. Specify the Service Account as the principal and Vertex AI User as the role - + Once that's done, when you deploy the new container in the Google Cloud Run service, LiteLLM will have automatic access to all Vertex AI endpoints.