mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(fix) proxy: /health
This commit is contained in:
parent
700fee3eba
commit
681f2e6078
1 changed files with 0 additions and 2 deletions
|
@ -923,8 +923,6 @@ async def health_endpoint(request: Request, model: Optional[str] = fastapi.Query
|
|||
litellm_params["model"] = original_model_string[:index_of_model_id]
|
||||
else:
|
||||
litellm_params["model"] = original_model_string
|
||||
litellm_params.pop("tpm", None)
|
||||
litellm_params.pop("rpm", None)
|
||||
litellm.completion(**litellm_params)
|
||||
cleaned_params = {}
|
||||
for key in litellm_params:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue