From 8dd6786123ef33f09431690ffef561a4c40ef43d Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 7 Dec 2023 10:39:24 -0800 Subject: [PATCH] (ci/cd) vertex ai --- litellm/tests/test_amazing_vertex_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_amazing_vertex_completion.py b/litellm/tests/test_amazing_vertex_completion.py index ba0506a0fe..a028250ce1 100644 --- a/litellm/tests/test_amazing_vertex_completion.py +++ b/litellm/tests/test_amazing_vertex_completion.py @@ -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: