mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
(ci/cd) vertex ai
This commit is contained in:
parent
0f8225c3eb
commit
8dd6786123
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue