From d1e20d41fd49945744aefebd7bbf443eae738d5e Mon Sep 17 00:00:00 2001 From: Shiti Saxena Date: Mon, 17 Mar 2025 15:40:51 -0700 Subject: [PATCH] docs(vertexai): fix typo in required env variables --- docs/my-website/docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/index.md b/docs/my-website/docs/index.md index dd3be587b5..9e4d76b89c 100644 --- a/docs/my-website/docs/index.md +++ b/docs/my-website/docs/index.md @@ -111,8 +111,8 @@ from litellm import completion import os # auth: run 'gcloud auth application-default' -os.environ["VERTEX_PROJECT"] = "hardy-device-386718" -os.environ["VERTEX_LOCATION"] = "us-central1" +os.environ["VERTEXAI_PROJECT"] = "hardy-device-386718" +os.environ["VERTEXAI_LOCATION"] = "us-central1" response = completion( model="vertex_ai/gemini-1.5-pro",