From b701a356cc3482c90217000ca056e09ea656a0f4 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 21 Dec 2023 07:22:09 +0530 Subject: [PATCH] (fix) vertex ai auth file --- litellm/tests/vertex_key.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/litellm/tests/vertex_key.json b/litellm/tests/vertex_key.json index 728fcdb98..bd319ac94 100644 --- a/litellm/tests/vertex_key.json +++ b/litellm/tests/vertex_key.json @@ -1,13 +1,13 @@ { "type": "service_account", - "project_id": "hardy-device-386718", + "project_id": "reliablekeys", "private_key_id": "", "private_key": "", - "client_email": "litellm-vertexai-ci-cd@hardy-device-386718.iam.gserviceaccount.com", - "client_id": "110281020501213430254", + "client_email": "73470430121-compute@developer.gserviceaccount.com", + "client_id": "108560959659377334173", "auth_uri": "https://accounts.google.com/o/oauth2/auth", "token_uri": "https://oauth2.googleapis.com/token", "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", - "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/litellm-vertexai-ci-cd%40hardy-device-386718.iam.gserviceaccount.com", + "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/73470430121-compute%40developer.gserviceaccount.com", "universe_domain": "googleapis.com" } \ No newline at end of file