mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
feat(azure.py): support health checking azure deployments
Fixes https://github.com/BerriAI/litellm/issues/5279
This commit is contained in:
parent
63cd94c32a
commit
d7d3eee349
4 changed files with 42 additions and 3 deletions
|
@ -4825,7 +4825,7 @@ def speech(
|
|||
async def ahealth_check(
|
||||
model_params: dict,
|
||||
mode: Optional[
|
||||
Literal["completion", "embedding", "image_generation", "chat"]
|
||||
Literal["completion", "embedding", "image_generation", "chat", "batch"]
|
||||
] = None,
|
||||
prompt: Optional[str] = None,
|
||||
input: Optional[List] = None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue