fix - test_lowest_latency_routing_first_pick

This commit is contained in:
Ishaan Jaff 2024-05-15 14:24:13 -07:00
parent c00d232900
commit fdf7a4d8c8

View file

@ -705,7 +705,7 @@ async def test_lowest_latency_routing_first_pick():
) # type: ignore ) # type: ignore
deployments = {} deployments = {}
for _ in range(5): for _ in range(10):
response = await router.acompletion( response = await router.acompletion(
model="azure-model", messages=[{"role": "user", "content": "hello"}] model="azure-model", messages=[{"role": "user", "content": "hello"}]
) )