From cb053398ebcdffbe442dfb8b7d45b6f0fd0a8d93 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 18 Apr 2024 21:03:49 -0700 Subject: [PATCH] (ci/cd) run again --- litellm/tests/test_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 4d30e908d..fff346425 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -330,7 +330,7 @@ def test_completion_claude_3_base64(): litellm.set_verbose = True litellm.num_retries = 3 image_path = "../proxy/cached_logo.jpg" - # Getting the base64-string + # Getting the base64 string base64_image = encode_image(image_path) resp = litellm.completion( model="anthropic/claude-3-opus-20240229",