mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-28 18:21:38 +00:00
(ci/cd) vertex ai
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user