mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix - someone resolved a merge conflict badly
This commit is contained in:
parent
9cd437135b
commit
aab91a7314
1 changed files with 2 additions and 1 deletions
|
@ -938,7 +938,6 @@ def test_completion_function_plus_image(model):
|
|||
}
|
||||
]
|
||||
|
||||
try:
|
||||
response = completion(
|
||||
model=model,
|
||||
messages=[image_message],
|
||||
|
@ -950,6 +949,8 @@ def test_completion_function_plus_image(model):
|
|||
print(response)
|
||||
except litellm.InternalServerError:
|
||||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"error occurred: {str(e)}")
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue