mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-15 23:31:29 +00:00
test: fix test
This commit is contained in:
parent
ec2357f1d2
commit
b0f01e5b95
1 changed files with 1 additions and 3 deletions
|
|
@ -917,9 +917,7 @@ def test_completion_claude_3_base64():
|
|||
pytest.fail(f"An exception occurred - {str(e)}")
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"model", ["gemini/gemini-1.5-flash"] # "claude-3-sonnet-20240229",
|
||||
)
|
||||
@pytest.mark.parametrize("model", ["claude-3-sonnet-20240229"])
|
||||
def test_completion_function_plus_image(model):
|
||||
litellm.set_verbose = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue