From 90d474ff211fade10b765e78ffc4d7587ec2e51c Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 7 Dec 2023 10:50:58 -0800 Subject: [PATCH] (ci/cd) vertex ai --- litellm/tests/test_amazing_vertex_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_amazing_vertex_completion.py b/litellm/tests/test_amazing_vertex_completion.py index ddc834876..b1e4e6b5e 100644 --- a/litellm/tests/test_amazing_vertex_completion.py +++ b/litellm/tests/test_amazing_vertex_completion.py @@ -56,7 +56,7 @@ def load_vertex_ai_credentials(): for key in service_account_key_data: if key not in ["private_key_id", "private_key"]: - print(f"Key: {key}, Value: {service_account_key_data[key]}") + print(f"Key: {key}, Value: {service_account_key_data[key][:10]}...{service_account_key_data[key][:-10]}") # Create a temporary file with tempfile.NamedTemporaryFile(mode='w+', delete=False) as temp_file: