(ci/cd) run again

This commit is contained in:
Ishaan Jaff 2024-05-31 07:49:25 -07:00
parent 050c2705bf
commit 903528a3e2

View file

@ -593,7 +593,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",