From 3e5cfee1f4a932b9cfcee74ad6d0d741229f9b4e Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 21 Dec 2023 07:25:22 +0530 Subject: [PATCH] (ci/cd) run again --- 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 6506f0a41..344c88c99 100644 --- a/litellm/tests/test_amazing_vertex_completion.py +++ b/litellm/tests/test_amazing_vertex_completion.py @@ -20,7 +20,7 @@ import tempfile litellm.num_retries = 3 litellm.cache = None user_message = "Write a short poem about the sky" -messages = [{"content": user_message, "role": "user"}] +messages = [{"content": user_message, "role": "user"}] def load_vertex_ai_credentials():