test: testing fixes

This commit is contained in:
Krrish Dholakia 2024-01-09 10:22:58 +05:30 committed by ishaan-jaff
parent 520cd7fa89
commit 10f76ec36c
4 changed files with 58 additions and 39 deletions

View file

@ -307,7 +307,7 @@ def test_completion_ollama_hosted_stream():
messages=messages,
max_tokens=10,
num_retries=3,
timeout=90,
timeout=20,
api_base="https://test-ollama-endpoint.onrender.com",
stream=True,
)