mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
(ci/cd) fixes for ollama test
This commit is contained in:
parent
87ff4ca55c
commit
ee3c584b0d
1 changed files with 2 additions and 0 deletions
|
|
@ -763,6 +763,8 @@ def test_completion_ollama_hosted():
|
|||
litellm.request_timeout = None
|
||||
pass
|
||||
except Exception as e:
|
||||
if "try pulling it first" in str(e):
|
||||
return
|
||||
pytest.fail(f"Error occurred: {e}")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue