mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs(vertexai): fix typo in required env variables
This commit is contained in:
parent
ce9b6f49bb
commit
d1e20d41fd
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue