docs(vertexai): fix typo in required env variables

This commit is contained in:
Shiti Saxena
2025-03-17 15:40:51 -07:00
parent ce9b6f49bb
commit d1e20d41fd
+2 -2
View File
@@ -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",