mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +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
Add a link
Reference in a new issue