forked from phoenix/litellm-mirror
(ci/cd) run again
This commit is contained in:
parent
c720c8ffe9
commit
cb053398eb
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ def test_completion_claude_3_base64():
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
litellm.num_retries = 3
|
litellm.num_retries = 3
|
||||||
image_path = "../proxy/cached_logo.jpg"
|
image_path = "../proxy/cached_logo.jpg"
|
||||||
# Getting the base64-string
|
# Getting the base64 string
|
||||||
base64_image = encode_image(image_path)
|
base64_image = encode_image(image_path)
|
||||||
resp = litellm.completion(
|
resp = litellm.completion(
|
||||||
model="anthropic/claude-3-opus-20240229",
|
model="anthropic/claude-3-opus-20240229",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue