chore: change to template project id (#345)

This commit is contained in:
Twisha Bansal
2025-03-24 12:48:49 +05:30
committed by GitHub
parent 7f8c13b501
commit 48ed9399b1

View File

@@ -342,7 +342,7 @@ async def main():
# TODO(developer): replace this with another model if needed
llm = GoogleGenAI(
model="gemini-1.5-pro",
vertexai_config={"project": "twisha-dev", "location": "us-central1"},
vertexai_config={"project": "project-id", "location": "us-central1"},
)
# llm = GoogleGenAI(
# api_key=os.getenv("GOOGLE_API_KEY"),