test: fix test

This commit is contained in:
Krrish Dholakia 2024-11-21 23:45:38 +05:30
parent 25875d1eb1
commit 1a6831e091

View file

@ -1450,7 +1450,7 @@ async def test_mistral_on_router():
{ {
"model_name": "gpt-3.5-turbo", "model_name": "gpt-3.5-turbo",
"litellm_params": { "litellm_params": {
"model": "mistral/mistral-medium", "model": "mistral/mistral-small-latest",
}, },
}, },
] ]