mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
test(test_completion.py): handle together ai timeout
This commit is contained in:
parent
1e5efdfa37
commit
94ce524c63
1 changed files with 2 additions and 0 deletions
|
|
@ -1269,6 +1269,8 @@ def test_completion_together_ai():
|
|||
"Cost for completion call together-computer/llama-2-70b: ",
|
||||
f"${float(cost):.10f}",
|
||||
)
|
||||
except litellm.Timeout as e:
|
||||
pass
|
||||
except Exception as e:
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue