mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(ci/cd) retry hosted ollama + stream test 3 times
This commit is contained in:
parent
0eb899c087
commit
6f9d3fc3bc
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