mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix test_completion_function_plus_pdf
This commit is contained in:
parent
6974b45c75
commit
4e7d9d2bb1
1 changed files with 2 additions and 0 deletions
|
|
@ -608,6 +608,8 @@ def test_completion_function_plus_pdf(load_pdf):
|
|||
|
||||
print(response)
|
||||
except litellm.InternalServerError as e:
|
||||
pass
|
||||
except Exception as e:
|
||||
pytest.fail("Got={}".format(str(e)))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue