From b0d80de14d3ec5dbe07aaf0374cf17dd8b011d17 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 4 Apr 2024 21:32:44 -0700 Subject: [PATCH] docs(vertex.md): fix import routes --- docs/my-website/docs/providers/vertex.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.