fix ahealth_check

This commit is contained in:
Ishaan Jaff 2024-12-28 19:16:28 -08:00
parent f719743d4a
commit 4d648ee335

View file

@ -5190,6 +5190,7 @@ async def ahealth_check(
model_params["cache"] = {
"no-cache": True
} # don't used cached responses for making health check calls
mode = mode or "chat"
if "*" in model:
return await ahealth_check_wildcard_models(
model=model,