mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-28 04:19:59 +00:00
(ci/cd) vertex ai
This commit is contained in:
@@ -25,7 +25,7 @@ messages = [{"content": user_message, "role": "user"}]
|
||||
|
||||
def load_vertex_ai_credentials():
|
||||
# Define the path to the vertex_key.json file
|
||||
vertex_key_path = os.getcwd + '/vertex_key.json'
|
||||
vertex_key_path = os.getcwd() + '/vertex_key.json'
|
||||
|
||||
# Read the existing content of the file or create an empty dictionary
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user