mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
use pathrise-convert-1606954137718
This commit is contained in:
parent
616211daee
commit
3110bb0723
2 changed files with 4 additions and 4 deletions
|
@ -3,11 +3,11 @@
|
|||
"project_id": "pathrise-convert-1606954137718",
|
||||
"private_key_id": "",
|
||||
"private_key": "",
|
||||
"client_email": "test-adroit-crow@pathrise-convert-1606954137718.iam.gserviceaccount.com",
|
||||
"client_id": "104886546564708740969",
|
||||
"client_email": "ci-cd-723@pathrise-convert-1606954137718.iam.gserviceaccount.com",
|
||||
"client_id": "109577393201924326488",
|
||||
"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/test-adroit-crow%40pathrise-convert-1606954137718.iam.gserviceaccount.com",
|
||||
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/ci-cd-723%40pathrise-convert-1606954137718.iam.gserviceaccount.com",
|
||||
"universe_domain": "googleapis.com"
|
||||
}
|
|
@ -34,7 +34,7 @@ def load_vertex_ai_credentials():
|
|||
print("loading vertex ai credentials")
|
||||
os.environ["GCS_FLUSH_INTERVAL"] = "1"
|
||||
filepath = os.path.dirname(os.path.abspath(__file__))
|
||||
vertex_key_path = filepath + "/pathrise-convert-1606954137718-bc47f303efc9.json"
|
||||
vertex_key_path = filepath + "/pathrise-convert-1606954137718.json"
|
||||
|
||||
# Read the existing content of the file or create an empty dictionary
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue