mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix ahealth_check
This commit is contained in:
parent
f719743d4a
commit
4d648ee335
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue