fix: test

This commit is contained in:
Krrish Dholakia 2025-01-05 14:37:17 -08:00
parent cc2338513b
commit 66c73133de

View file

@ -30,7 +30,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 + "/vertex_key.json"
# Read the existing content of the file or create an empty dictionary
try: