mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix: test
This commit is contained in:
parent
cc2338513b
commit
66c73133de
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue