mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
test: cleanup tests
This commit is contained in:
parent
3f7252c422
commit
ae9f1a0e52
2 changed files with 1 additions and 3 deletions
|
@ -697,7 +697,7 @@ def test_completion_claude_3_base64():
|
|||
@pytest.mark.parametrize(
|
||||
"model", ["gemini/gemini-1.5-flash"] # "claude-3-sonnet-20240229",
|
||||
)
|
||||
def test_completion_claude_3_function_plus_image(model):
|
||||
def test_completion_function_plus_image(model):
|
||||
litellm.set_verbose = True
|
||||
|
||||
image_content = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue