mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 03:34:10 +00:00
(ci/cd) retry hosted ollama + stream test 3 times
This commit is contained in:
parent
70443cc28d
commit
89c80f2a60
1 changed files with 2 additions and 0 deletions
|
@ -306,6 +306,8 @@ def test_completion_ollama_hosted_stream():
|
|||
model="ollama/phi",
|
||||
messages=messages,
|
||||
max_tokens=10,
|
||||
num_retries=3,
|
||||
timeout=90,
|
||||
api_base="https://test-ollama-endpoint.onrender.com",
|
||||
stream=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue