mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
test(test_completion.py): fix merge error
This commit is contained in:
parent
e1610d37b9
commit
a03860b1cf
1 changed files with 40 additions and 41 deletions
|
@ -892,7 +892,6 @@ def test_completion_claude_3_base64():
|
||||||
"model", ["gemini/gemini-1.5-flash"] # "claude-3-sonnet-20240229",
|
"model", ["gemini/gemini-1.5-flash"] # "claude-3-sonnet-20240229",
|
||||||
)
|
)
|
||||||
def test_completion_function_plus_image(model):
|
def test_completion_function_plus_image(model):
|
||||||
try:
|
|
||||||
litellm.set_verbose = True
|
litellm.set_verbose = True
|
||||||
|
|
||||||
image_content = [
|
image_content = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue