(ci/cd) retry hosted ollama + stream test 3 times

This commit is contained in:
ishaan-jaff 2024-01-05 18:02:20 +05:30
parent 0eb899c087
commit 6f9d3fc3bc

View file

@ -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,
)